#64923F

Color #64923F Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #64923F

Tints of Dingley #64923F

Color information

#64923F (or 0x64923F) is unknown color: approx Dingley. HEX triplet: 64, 92 and 3F. RGB value is (100,146,63). Sum of RGB (Red+Green+Blue) = 100+146+63=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #64923F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64923F is #9B6DC0. Grayscale: #7B7B7B. Windows color (decimal): -10186177 or 4166244. OLE color: 4166244.

HSL color Cylindrical-coordinate representation of color #64923F: hue angle of 93.25º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64923F is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB10014663-
CMYK0.3200.570.43
HSL93.25º39.71%40.98%-
HSV(B)93.25º56.85%57.25%-
XYZ16.4323.638.4-
YUV122.7894.26111.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 63 (25% from 255) = 20.39%
R=32.36%
G=47.25%
B=20.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100146630.3200.570.4393.2539.7140.98
Hex64923F200392B5d2829
Octal1442227740071531355051
Binary11001001001001011111110000001110011010111011101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64923F; }

 p { color: rgb(100,146,63); }

 H1.HeaderClassName
 {
   color: #64923F;
 }
 .AnyTagClassName
 {
   color: #64923F;
 }
</style>
background-color css

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

 a { background-color: rgb(100,146,63); }

 div.DivClassName
 {
   background-color: #64923F;
 }
 .BgClassName
 {
   background-color: #64923F;
 }
</style>
border-color css

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

 span { border-color: rgb(100,146,63); }

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