Html Css Color HEX #366630 Green House

📋 copy color: '#366630'

red 54 ◦ green 102 ◦ blue 48

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

Shades of Green House #366630

Tints of Green House #366630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50%

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

R = 26.47%
G = 50%
B = 23.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#366630 (or 0x366630) is known color: Green House. HEX triplet: 36, 66 and 30. RGB value is (54,102,48). Sum of RGB (Red+Green+Blue) = 54+102+48=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #366630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366630 is #C999CF. Grayscale: #515151. Windows color (decimal): -13212112 or 3171894. OLE color: 3171894.

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

Color convert

RGB 54 102 48 -
CMYK 0.47 0 0.53 0.6
HSL 113.33º 0.36% 0.29% -
HSV(B) 113.33º 0.53% 0.4% -
XYZ 6.81 10.5 4.46 -
YUV 81.49 109.1 108.39 -
System Red Green Blue C M Y K H S L
Decimal 54 102 48 0.47 0 0.53 0.6 113.33 0.36 0.29
Hex 36 66 30 2F 0 35 3C 71 24 1D
Octal 66 146 60 57 0 65 74 161 44 35
Binary 110110 1100110 110000 101111 0 110101 111100 1110001 100100 11101

Color Harmonies of #366630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366630

Black with #366630

Text Example


Text Example

White with #366630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366630; }

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

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

background-color css

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

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

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

border-color css

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

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

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