Html Css Color HEX #386028 Green House

📋 copy color: '#386028'

red 56 ◦ green 96 ◦ blue 40

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

Shades of Green House #386028

Tints of Green House #386028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 29.17%
G = 50%
B = 20.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#386028 (or 0x386028) is known color: Green House. HEX triplet: 38, 60 and 28. RGB value is (56,96,40). Sum of RGB (Red+Green+Blue) = 56+96+40=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #386028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386028 is #C79FD7. Grayscale: #4D4D4D. Windows color (decimal): -13082584 or 2646072. OLE color: 2646072.

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

Color convert

RGB 56 96 40 -
CMYK 0.42 0 0.58 0.62
HSL 102.86º 0.41% 0.27% -
HSV(B) 102.86º 0.58% 0.38% -
XYZ 6.2 9.36 3.49 -
YUV 77.66 106.75 112.55 -
System Red Green Blue C M Y K H S L
Decimal 56 96 40 0.42 0 0.58 0.62 102.86 0.41 0.27
Hex 38 60 28 2A 0 3A 3E 67 29 1B
Octal 70 140 50 52 0 72 76 147 51 33
Binary 111000 1100000 101000 101010 0 111010 111110 1100111 101001 11011

Color Harmonies of #386028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386028

Black with #386028

Text Example


Text Example

White with #386028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386028; }

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

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

background-color css

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

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

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

border-color css

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

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

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