Html Css Color HEX #386033 Green House

📋 copy color: '#386033'

red 56 ◦ green 96 ◦ blue 51

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

Shades of Green House #386033

Tints of Green House #386033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.29%

 BLUE value IS 51 (20.31% from 255) = 25.12%

R = 27.59%
G = 47.29%
B = 25.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#386033 (or 0x386033) is known color: Green House. HEX triplet: 38, 60 and 33. RGB value is (56,96,51). Sum of RGB (Red+Green+Blue) = 56+96+51=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #386033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386033 is #C79FCC. Grayscale: #4F4F4F. Windows color (decimal): -13082573 or 3366968. OLE color: 3366968.

HSL color Cylindrical-coordinate representation of color #386033: hue angle of 113.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386033 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 51 -
CMYK 0.42 0 0.47 0.62
HSL 113.33º 0.31% 0.29% -
HSV(B) 113.33º 0.47% 0.38% -
XYZ 6.41 9.45 4.62 -
YUV 78.91 112.25 111.66 -
System Red Green Blue C M Y K H S L
Decimal 56 96 51 0.42 0 0.47 0.62 113.33 0.31 0.29
Hex 38 60 33 2A 0 2F 3E 71 1F 1D
Octal 70 140 63 52 0 57 76 161 37 35
Binary 111000 1100000 110011 101010 0 101111 111110 1110001 11111 11101

Color Harmonies of #386033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386033

Black with #386033

Text Example


Text Example

White with #386033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386033; }

 p { color: rgb(56,96,51); }

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

background-color css

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

 a { background-color: rgb(56,96,51); }

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

border-color css

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

 span { border-color: rgb(56,96,51); }

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