Html Css Color HEX #406330 Green House

📋 copy color: '#406330'

red 64 ◦ green 99 ◦ blue 48

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

Shades of Green House #406330

Tints of Green House #406330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

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

R = 30.33%
G = 46.92%
B = 22.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#406330 (or 0x406330) is known color: Green House. HEX triplet: 40, 63 and 30. RGB value is (64,99,48). Sum of RGB (Red+Green+Blue) = 64+99+48=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #406330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406330 is #BF9CCF. Grayscale: #525252. Windows color (decimal): -12557520 or 3171136. OLE color: 3171136.

HSL color Cylindrical-coordinate representation of color #406330: hue angle of 101.18º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406330 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 48 -
CMYK 0.35 0 0.52 0.61
HSL 101.18º 0.35% 0.29% -
HSV(B) 101.18º 0.52% 0.39% -
XYZ 7.11 10.23 4.4 -
YUV 82.72 108.4 114.65 -
System Red Green Blue C M Y K H S L
Decimal 64 99 48 0.35 0 0.52 0.61 101.18 0.35 0.29
Hex 40 63 30 23 0 34 3D 65 23 1D
Octal 100 143 60 43 0 64 75 145 43 35
Binary 1000000 1100011 110000 100011 0 110100 111101 1100101 100011 11101

Color Harmonies of #406330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406330

Black with #406330

Text Example


Text Example

White with #406330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406330; }

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

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

background-color css

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

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

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

border-color css

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

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

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