Html Css Color HEX #416338 Green House

📋 copy color: '#416338'

red 65 ◦ green 99 ◦ blue 56

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

Shades of Green House #416338

Tints of Green House #416338

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 29.55%
G = 45%
B = 25.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#416338 (or 0x416338) is known color: Green House. HEX triplet: 41, 63 and 38. RGB value is (65,99,56). Sum of RGB (Red+Green+Blue) = 65+99+56=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #416338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416338 is #BE9CC7. Grayscale: #545454. Windows color (decimal): -12491976 or 3695425. OLE color: 3695425.

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

Color convert

RGB 65 99 56 -
CMYK 0.34 0 0.43 0.61
HSL 107.44º 0.28% 0.3% -
HSV(B) 107.44º 0.43% 0.39% -
XYZ 7.36 10.33 5.35 -
YUV 83.93 112.24 114.5 -
System Red Green Blue C M Y K H S L
Decimal 65 99 56 0.34 0 0.43 0.61 107.44 0.28 0.3
Hex 41 63 38 22 0 2B 3D 6B 1C 1E
Octal 101 143 70 42 0 53 75 153 34 36
Binary 1000001 1100011 111000 100010 0 101011 111101 1101011 11100 11110

Color Harmonies of #416338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416338

Black with #416338

Text Example


Text Example

White with #416338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416338; }

 p { color: rgb(65,99,56); }

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

background-color css

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

 a { background-color: rgb(65,99,56); }

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

border-color css

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

 span { border-color: rgb(65,99,56); }

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