Html Css Color HEX #386727 Green House

📋 copy color: '#386727'

red 56 ◦ green 103 ◦ blue 39

#386727
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #386727

Tints of Green House #386727

RGB

 RED value IS 56 (22.27% from 255) = 28.28%

 GREEN value IS 103 (40.63% from 255) = 52.02%

 BLUE value IS 39 (15.63% from 255) = 19.7%

R = 28.28%
G = 52.02%
B = 19.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#386727 (or 0x386727) is known color: Green House. HEX triplet: 38, 67 and 27. RGB value is (56,103,39). Sum of RGB (Red+Green+Blue) = 56+103+39=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #386727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386727 is #C798D8. Grayscale: #515151. Windows color (decimal): -13080793 or 2582328. OLE color: 2582328.

HSL color Cylindrical-coordinate representation of color #386727: hue angle of 104.06º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386727 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 103 39 -
CMYK 0.46 0 0.62 0.60
HSL 104.06º 0.45% 0.28% -
HSV(B) 104.06º 0.62% 0.4% -
XYZ 6.85 10.69 3.62 -
YUV 81.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 56 103 39 0.46 0 0.62 0.60 104.06 0.45 0.28
Hex 38 67 27 2E 0 3E 3C 68 2D 1C
Octal 70 147 47 56 0 76 74 150 55 34
Binary 111000 1100111 100111 101110 0 111110 111100 1101000 101101 11100

Color Harmonies of #386727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386727

Black with #386727

Text Example


Text Example

White with #386727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386727; }

 p { color: rgb(56,103,39); }

 H1.HeaderClassName
 {
   color: #386727;
 }
 .AnyTagClassName
 {
   color: #386727;
 }
</style>

background-color css

<style>
 a { background-color: #386727; }

 a { background-color: rgb(56,103,39); }

 div.DivClassName
 {
   background-color: #386727;
 }
 .BgClassName
 {
   background-color: #386727;
 }
</style>

border-color css

<style>
 span { border-color: #386727; }

 span { border-color: rgb(56,103,39); }

 td.TdClassName
 {
   border-color: #386727;
 }
 .TagClassName
 {
   border-color: #386727;
 }
</style>