Html Css Color HEX #386435 Green House

📋 copy color: '#386435'

red 56 ◦ green 100 ◦ blue 53

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

Shades of Green House #386435

Tints of Green House #386435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.36%

R = 26.79%
G = 47.85%
B = 25.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#386435 (or 0x386435) is known color: Green House. HEX triplet: 38, 64 and 35. RGB value is (56,100,53). Sum of RGB (Red+Green+Blue) = 56+100+53=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #386435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386435 is #C79BCA. Grayscale: #515151. Windows color (decimal): -13081547 or 3499064. OLE color: 3499064.

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

Color convert

RGB 56 100 53 -
CMYK 0.44 0 0.47 0.61
HSL 116.17º 0.31% 0.3% -
HSV(B) 116.17º 0.47% 0.39% -
XYZ 6.83 10.21 4.98 -
YUV 81.49 111.92 109.82 -
System Red Green Blue C M Y K H S L
Decimal 56 100 53 0.44 0 0.47 0.61 116.17 0.31 0.3
Hex 38 64 35 2C 0 2F 3D 74 1F 1E
Octal 70 144 65 54 0 57 75 164 37 36
Binary 111000 1100100 110101 101100 0 101111 111101 1110100 11111 11110

Color Harmonies of #386435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386435

Black with #386435

Text Example


Text Example

White with #386435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386435; }

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

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

background-color css

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

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

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

border-color css

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

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

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