Html Css Color HEX #386026 Green House

📋 copy color: '#386026'

red 56 ◦ green 96 ◦ blue 38

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

Shades of Green House #386026

Tints of Green House #386026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20%

R = 29.47%
G = 50.53%
B = 20%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#386026 (or 0x386026) is known color: Green House. HEX triplet: 38, 60 and 26. RGB value is (56,96,38). Sum of RGB (Red+Green+Blue) = 56+96+38=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #386026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386026 is #C79FD9. Grayscale: #4D4D4D. Windows color (decimal): -13082586 or 2515000. OLE color: 2515000.

HSL color Cylindrical-coordinate representation of color #386026: hue angle of 101.38º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #386026 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 38 -
CMYK 0.42 0 0.60 0.62
HSL 101.38º 0.43% 0.26% -
HSV(B) 101.38º 0.6% 0.38% -
XYZ 6.16 9.35 3.31 -
YUV 77.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 56 96 38 0.42 0 0.60 0.62 101.38 0.43 0.26
Hex 38 60 26 2A 0 3C 3E 65 2B 1A
Octal 70 140 46 52 0 74 76 145 53 32
Binary 111000 1100000 100110 101010 0 111100 111110 1100101 101011 11010

Color Harmonies of #386026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386026

Black with #386026

Text Example


Text Example

White with #386026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386026; }

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

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

background-color css

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

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

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

border-color css

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

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

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