Html Css Color HEX #365533 Green House

📋 copy color: '#365533'

red 54 ◦ green 85 ◦ blue 51

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

Shades of Green House #365533

Tints of Green House #365533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.74%

 BLUE value IS 51 (20.31% from 255) = 26.84%

R = 28.42%
G = 44.74%
B = 26.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#365533 (or 0x365533) is known color: Green House. HEX triplet: 36, 55 and 33. RGB value is (54,85,51). Sum of RGB (Red+Green+Blue) = 54+85+51=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #365533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365533 is #C9AACC. Grayscale: #474747. Windows color (decimal): -13216461 or 3364150. OLE color: 3364150.

HSL color Cylindrical-coordinate representation of color #365533: hue angle of 114.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365533 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 51 -
CMYK 0.36 0 0.40 0.67
HSL 114.71º 0.25% 0.27% -
HSV(B) 114.71º 0.4% 0.33% -
XYZ 5.37 7.52 4.3 -
YUV 71.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 54 85 51 0.36 0 0.40 0.67 114.71 0.25 0.27
Hex 36 55 33 24 0 28 43 73 19 1B
Octal 66 125 63 44 0 50 103 163 31 33
Binary 110110 1010101 110011 100100 0 101000 1000011 1110011 11001 11011

Color Harmonies of #365533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365533

Black with #365533

Text Example


Text Example

White with #365533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365533; }

 p { color: rgb(54,85,51); }

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

background-color css

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

 a { background-color: rgb(54,85,51); }

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

border-color css

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

 span { border-color: rgb(54,85,51); }

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