Html Css Color HEX #415D33 Green House

📋 copy color: '#415D33'

red 65 ◦ green 93 ◦ blue 51

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

Shades of Green House #415D33

Tints of Green House #415D33

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.5%

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

R = 31.1%
G = 44.5%
B = 24.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#415D33 (or 0x415D33) is known color: Green House. HEX triplet: 41, 5D and 33. RGB value is (65,93,51). Sum of RGB (Red+Green+Blue) = 65+93+51=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #415D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D33 is #BEA2CC. Grayscale: #4F4F4F. Windows color (decimal): -12493517 or 3366209. OLE color: 3366209.

HSL color Cylindrical-coordinate representation of color #415D33: hue angle of 100º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #415D33 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 93 51 -
CMYK 0.30 0 0.45 0.64
HSL 100º 0.29% 0.28% -
HSV(B) 100º 0.45% 0.36% -
XYZ 6.69 9.19 4.55 -
YUV 79.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 65 93 51 0.30 0 0.45 0.64 100 0.29 0.28
Hex 41 5D 33 1E 0 2D 40 64 1D 1C
Octal 101 135 63 36 0 55 100 144 35 34
Binary 1000001 1011101 110011 11110 0 101101 1000000 1100100 11101 11100

Color Harmonies of #415D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D33

Black with #415D33

Text Example


Text Example

White with #415D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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