Html Css Color HEX #415F32 Green House

📋 copy color: '#415F32'

red 65 ◦ green 95 ◦ blue 50

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

Shades of Green House #415F32

Tints of Green House #415F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.24%

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 30.95%
G = 45.24%
B = 23.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#415F32 (or 0x415F32) is known color: Green House. HEX triplet: 41, 5F and 32. RGB value is (65,95,50). Sum of RGB (Red+Green+Blue) = 65+95+50=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #415F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415F32 is #BEA0CD. Grayscale: #515151. Windows color (decimal): -12493006 or 3301185. OLE color: 3301185.

HSL color Cylindrical-coordinate representation of color #415F32: hue angle of 100º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #415F32 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 95 50 -
CMYK 0.32 0 0.47 0.63
HSL 100º 0.31% 0.28% -
HSV(B) 100º 0.47% 0.37% -
XYZ 6.85 9.54 4.5 -
YUV 80.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 65 95 50 0.32 0 0.47 0.63 100 0.31 0.28
Hex 41 5F 32 20 0 2F 3F 64 1F 1C
Octal 101 137 62 40 0 57 77 144 37 34
Binary 1000001 1011111 110010 100000 0 101111 111111 1100100 11111 11100

Color Harmonies of #415F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F32

Black with #415F32

Text Example


Text Example

White with #415F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415F32; }

 p { color: rgb(65,95,50); }

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

background-color css

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

 a { background-color: rgb(65,95,50); }

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

border-color css

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

 span { border-color: rgb(65,95,50); }

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