Html Css Color HEX #386935 Green House

📋 copy color: '#386935'

red 56 ◦ green 105 ◦ blue 53

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

Shades of Green House #386935

Tints of Green House #386935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.07%

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

R = 26.17%
G = 49.07%
B = 24.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#386935 (or 0x386935) is known color: Green House. HEX triplet: 38, 69 and 35. RGB value is (56,105,53). Sum of RGB (Red+Green+Blue) = 56+105+53=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #386935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386935 is #C796CA. Grayscale: #545454. Windows color (decimal): -13080267 or 3500344. OLE color: 3500344.

HSL color Cylindrical-coordinate representation of color #386935: hue angle of 116.54º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386935 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 53 -
CMYK 0.47 0 0.50 0.59
HSL 116.54º 0.33% 0.31% -
HSV(B) 116.54º 0.5% 0.41% -
XYZ 7.33 11.2 5.14 -
YUV 84.42 110.27 107.73 -
System Red Green Blue C M Y K H S L
Decimal 56 105 53 0.47 0 0.50 0.59 116.54 0.33 0.31
Hex 38 69 35 2F 0 32 3B 75 21 1F
Octal 70 151 65 57 0 62 73 165 41 37
Binary 111000 1101001 110101 101111 0 110010 111011 1110101 100001 11111

Color Harmonies of #386935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386935

Black with #386935

Text Example


Text Example

White with #386935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386935; }

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

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

background-color css

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

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

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

border-color css

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

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

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