Html Css Color HEX #366530 Green House

📋 copy color: '#366530'

red 54 ◦ green 101 ◦ blue 48

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

Shades of Green House #366530

Tints of Green House #366530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.75%

 BLUE value IS 48 (19.14% from 255) = 23.65%

R = 26.6%
G = 49.75%
B = 23.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#366530 (or 0x366530) is known color: Green House. HEX triplet: 36, 65 and 30. RGB value is (54,101,48). Sum of RGB (Red+Green+Blue) = 54+101+48=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #366530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366530 is #C99ACF. Grayscale: #515151. Windows color (decimal): -13212368 or 3171638. OLE color: 3171638.

HSL color Cylindrical-coordinate representation of color #366530: hue angle of 113.21º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #366530 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 101 48 -
CMYK 0.47 0 0.52 0.60
HSL 113.21º 0.36% 0.29% -
HSV(B) 113.21º 0.52% 0.4% -
XYZ 6.71 10.31 4.43 -
YUV 80.91 109.43 108.81 -
System Red Green Blue C M Y K H S L
Decimal 54 101 48 0.47 0 0.52 0.60 113.21 0.36 0.29
Hex 36 65 30 2F 0 34 3C 71 24 1D
Octal 66 145 60 57 0 64 74 161 44 35
Binary 110110 1100101 110000 101111 0 110100 111100 1110001 100100 11101

Color Harmonies of #366530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366530

Black with #366530

Text Example


Text Example

White with #366530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366530; }

 p { color: rgb(54,101,48); }

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

background-color css

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

 a { background-color: rgb(54,101,48); }

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

border-color css

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

 span { border-color: rgb(54,101,48); }

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