Html Css Color HEX #36682A Green House

📋 copy color: '#36682A'

red 54 ◦ green 104 ◦ blue 42

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

Shades of Green House #36682A

Tints of Green House #36682A

RGB

 RED value IS 54 (21.48% from 255) = 27%

 GREEN value IS 104 (41.02% from 255) = 52%

 BLUE value IS 42 (16.8% from 255) = 21%

R = 27%
G = 52%
B = 21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#36682A (or 0x36682A) is known color: Green House. HEX triplet: 36, 68 and 2A. RGB value is (54,104,42). Sum of RGB (Red+Green+Blue) = 54+104+42=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #36682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36682A is #C997D5. Grayscale: #525252. Windows color (decimal): -13211606 or 2779190. OLE color: 2779190.

HSL color Cylindrical-coordinate representation of color #36682A: hue angle of 108.39º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36682A is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 104 42 -
CMYK 0.48 0 0.60 0.59
HSL 108.39º 0.42% 0.29% -
HSV(B) 108.39º 0.6% 0.41% -
XYZ 6.89 10.85 3.92 -
YUV 81.98 105.44 108.04 -
System Red Green Blue C M Y K H S L
Decimal 54 104 42 0.48 0 0.60 0.59 108.39 0.42 0.29
Hex 36 68 2A 30 0 3C 3B 6C 2A 1D
Octal 66 150 52 60 0 74 73 154 52 35
Binary 110110 1101000 101010 110000 0 111100 111011 1101100 101010 11101

Color Harmonies of #36682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36682A

Black with #36682A

Text Example


Text Example

White with #36682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36682A; }

 p { color: rgb(54,104,42); }

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

background-color css

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

 a { background-color: rgb(54,104,42); }

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

border-color css

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

 span { border-color: rgb(54,104,42); }

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