Html Css Color HEX #416033 Green House

📋 copy color: '#416033'

red 65 ◦ green 96 ◦ blue 51

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

Shades of Green House #416033

Tints of Green House #416033

RGB

 RED value IS 65 (25.78% from 255) = 30.66%

 GREEN value IS 96 (37.89% from 255) = 45.28%

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

R = 30.66%
G = 45.28%
B = 24.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#416033 (or 0x416033) is known color: Green House. HEX triplet: 41, 60 and 33. RGB value is (65,96,51). Sum of RGB (Red+Green+Blue) = 65+96+51=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #416033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416033 is #BE9FCC. Grayscale: #515151. Windows color (decimal): -12492749 or 3366977. OLE color: 3366977.

HSL color Cylindrical-coordinate representation of color #416033: hue angle of 101.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #416033 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 51 -
CMYK 0.32 0 0.47 0.62
HSL 101.33º 0.31% 0.29% -
HSV(B) 101.33º 0.47% 0.38% -
XYZ 6.96 9.73 4.64 -
YUV 81.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 65 96 51 0.32 0 0.47 0.62 101.33 0.31 0.29
Hex 41 60 33 20 0 2F 3E 65 1F 1D
Octal 101 140 63 40 0 57 76 145 37 35
Binary 1000001 1100000 110011 100000 0 101111 111110 1100101 11111 11101

Color Harmonies of #416033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416033

Black with #416033

Text Example


Text Example

White with #416033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416033; }

 p { color: rgb(65,96,51); }

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

background-color css

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

 a { background-color: rgb(65,96,51); }

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

border-color css

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

 span { border-color: rgb(65,96,51); }

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