Html Css Color HEX #386234 Green House

📋 copy color: '#386234'

red 56 ◦ green 98 ◦ blue 52

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

Shades of Green House #386234

Tints of Green House #386234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.57%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 27.18%
G = 47.57%
B = 25.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#386234 (or 0x386234) is known color: Green House. HEX triplet: 38, 62 and 34. RGB value is (56,98,52). Sum of RGB (Red+Green+Blue) = 56+98+52=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #386234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386234 is #C79DCB. Grayscale: #505050. Windows color (decimal): -13082060 or 3433016. OLE color: 3433016.

HSL color Cylindrical-coordinate representation of color #386234: hue angle of 114.78º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386234 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 52 -
CMYK 0.43 0 0.47 0.62
HSL 114.78º 0.31% 0.29% -
HSV(B) 114.78º 0.47% 0.38% -
XYZ 6.62 9.82 4.8 -
YUV 80.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 56 98 52 0.43 0 0.47 0.62 114.78 0.31 0.29
Hex 38 62 34 2B 0 2F 3E 73 1F 1D
Octal 70 142 64 53 0 57 76 163 37 35
Binary 111000 1100010 110100 101011 0 101111 111110 1110011 11111 11101

Color Harmonies of #386234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386234

Black with #386234

Text Example


Text Example

White with #386234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386234; }

 p { color: rgb(56,98,52); }

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

background-color css

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

 a { background-color: rgb(56,98,52); }

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

border-color css

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

 span { border-color: rgb(56,98,52); }

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