Html Css Color HEX #386426 Green House

📋 copy color: '#386426'

red 56 ◦ green 100 ◦ blue 38

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

Shades of Green House #386426

Tints of Green House #386426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.55%

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

R = 28.87%
G = 51.55%
B = 19.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#386426 (or 0x386426) is known color: Green House. HEX triplet: 38, 64 and 26. RGB value is (56,100,38). Sum of RGB (Red+Green+Blue) = 56+100+38=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #386426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386426 is #C79BD9. Grayscale: #4F4F4F. Windows color (decimal): -13081562 or 2516024. OLE color: 2516024.

HSL color Cylindrical-coordinate representation of color #386426: hue angle of 102.58º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386426 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 100 38 -
CMYK 0.44 0 0.62 0.61
HSL 102.58º 0.45% 0.27% -
HSV(B) 102.58º 0.62% 0.39% -
XYZ 6.54 10.1 3.44 -
YUV 79.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 56 100 38 0.44 0 0.62 0.61 102.58 0.45 0.27
Hex 38 64 26 2C 0 3E 3D 67 2D 1B
Octal 70 144 46 54 0 76 75 147 55 33
Binary 111000 1100100 100110 101100 0 111110 111101 1100111 101101 11011

Color Harmonies of #386426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386426

Black with #386426

Text Example


Text Example

White with #386426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386426; }

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

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

background-color css

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

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

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

border-color css

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

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

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