Html Css Color HEX #386029 Green House

📋 copy color: '#386029'

red 56 ◦ green 96 ◦ blue 41

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

Shades of Green House #386029

Tints of Green House #386029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 29.02%
G = 49.74%
B = 21.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#386029 (or 0x386029) is known color: Green House. HEX triplet: 38, 60 and 29. RGB value is (56,96,41). Sum of RGB (Red+Green+Blue) = 56+96+41=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #386029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386029 is #C79FD6. Grayscale: #4D4D4D. Windows color (decimal): -13082583 or 2711608. OLE color: 2711608.

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

Color convert

RGB 56 96 41 -
CMYK 0.42 0 0.57 0.62
HSL 103.64º 0.4% 0.27% -
HSV(B) 103.64º 0.57% 0.38% -
XYZ 6.21 9.37 3.58 -
YUV 77.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 56 96 41 0.42 0 0.57 0.62 103.64 0.4 0.27
Hex 38 60 29 2A 0 39 3E 68 28 1B
Octal 70 140 51 52 0 71 76 150 50 33
Binary 111000 1100000 101001 101010 0 111001 111110 1101000 101000 11011

Color Harmonies of #386029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386029

Black with #386029

Text Example


Text Example

White with #386029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386029; }

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

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

background-color css

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

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

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

border-color css

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

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

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