Html Css Color HEX #406530 Green House

📋 copy color: '#406530'

red 64 ◦ green 101 ◦ blue 48

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

Shades of Green House #406530

Tints of Green House #406530

RGB

 RED value IS 64 (25.39% from 255) = 30.05%

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

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

R = 30.05%
G = 47.42%
B = 22.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#406530 (or 0x406530) is known color: Green House. HEX triplet: 40, 65 and 30. RGB value is (64,101,48). Sum of RGB (Red+Green+Blue) = 64+101+48=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 101 - color contains mainly: green. Hex color #406530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406530 is #BF9ACF. Grayscale: #545454. Windows color (decimal): -12557008 or 3171648. OLE color: 3171648.

HSL color Cylindrical-coordinate representation of color #406530: hue angle of 101.89º 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 #406530 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 101 48 -
CMYK 0.37 0 0.52 0.60
HSL 101.89º 0.36% 0.29% -
HSV(B) 101.89º 0.52% 0.4% -
XYZ 7.3 10.61 4.46 -
YUV 83.9 107.74 113.81 -
System Red Green Blue C M Y K H S L
Decimal 64 101 48 0.37 0 0.52 0.60 101.89 0.36 0.29
Hex 40 65 30 25 0 34 3C 66 24 1D
Octal 100 145 60 45 0 64 74 146 44 35
Binary 1000000 1100101 110000 100101 0 110100 111100 1100110 100100 11101

Color Harmonies of #406530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406530

Black with #406530

Text Example


Text Example

White with #406530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406530; }

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

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

background-color css

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

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

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

border-color css

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

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

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