Html Css Color HEX #416034 Green House

📋 copy color: '#416034'

red 65 ◦ green 96 ◦ blue 52

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

Shades of Green House #416034

Tints of Green House #416034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.41%

R = 30.52%
G = 45.07%
B = 24.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#416034 (or 0x416034) is known color: Green House. HEX triplet: 41, 60 and 34. RGB value is (65,96,52). Sum of RGB (Red+Green+Blue) = 65+96+52=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #416034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416034 is #BE9FCB. Grayscale: #515151. Windows color (decimal): -12492748 or 3432513. OLE color: 3432513.

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

Color convert

RGB 65 96 52 -
CMYK 0.32 0 0.46 0.62
HSL 102.27º 0.3% 0.29% -
HSV(B) 102.27º 0.46% 0.38% -
XYZ 6.98 9.74 4.76 -
YUV 81.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 65 96 52 0.32 0 0.46 0.62 102.27 0.3 0.29
Hex 41 60 34 20 0 2E 3E 66 1E 1D
Octal 101 140 64 40 0 56 76 146 36 35
Binary 1000001 1100000 110100 100000 0 101110 111110 1100110 11110 11101

Color Harmonies of #416034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416034

Black with #416034

Text Example


Text Example

White with #416034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416034; }

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

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

background-color css

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

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

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

border-color css

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

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

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