Html Css Color HEX #416435 Green House

📋 copy color: '#416435'

red 65 ◦ green 100 ◦ blue 53

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

Shades of Green House #416435

Tints of Green House #416435

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.87%

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 29.82%
G = 45.87%
B = 24.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#416435 (or 0x416435) is known color: Green House. HEX triplet: 41, 64 and 35. RGB value is (65,100,53). Sum of RGB (Red+Green+Blue) = 65+100+53=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #416435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416435 is #BE9BCA. Grayscale: #545454. Windows color (decimal): -12491723 or 3499073. OLE color: 3499073.

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

Color convert

RGB 65 100 53 -
CMYK 0.35 0 0.47 0.61
HSL 104.68º 0.31% 0.3% -
HSV(B) 104.68º 0.47% 0.39% -
XYZ 7.38 10.5 5 -
YUV 84.18 110.4 114.32 -
System Red Green Blue C M Y K H S L
Decimal 65 100 53 0.35 0 0.47 0.61 104.68 0.31 0.3
Hex 41 64 35 23 0 2F 3D 69 1F 1E
Octal 101 144 65 43 0 57 75 151 37 36
Binary 1000001 1100100 110101 100011 0 101111 111101 1101001 11111 11110

Color Harmonies of #416435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416435

Black with #416435

Text Example


Text Example

White with #416435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416435; }

 p { color: rgb(65,100,53); }

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

background-color css

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

 a { background-color: rgb(65,100,53); }

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

border-color css

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

 span { border-color: rgb(65,100,53); }

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