Html Css Color HEX #64833B Dingley

📋 copy color: '#64833B'

red 100 ◦ green 131 ◦ blue 59

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

Shades of Dingley #64833B

Tints of Dingley #64833B

RGB

 RED value IS 100 (39.45% from 255) = 34.48%

 GREEN value IS 131 (51.56% from 255) = 45.17%

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 34.48%
G = 45.17%
B = 20.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#64833B (or 0x64833B) is known color: Dingley. HEX triplet: 64, 83 and 3B. RGB value is (100,131,59). Sum of RGB (Red+Green+Blue) = 100+131+59=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #64833B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64833B is #9B7CC4. Grayscale: #717171. Windows color (decimal): -10190021 or 3900260. OLE color: 3900260.

HSL color Cylindrical-coordinate representation of color #64833B: hue angle of 85.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64833B is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 131 59 -
CMYK 0.24 0 0.55 0.49
HSL 85.83º 0.38% 0.37% -
HSV(B) 85.83º 0.55% 0.51% -
XYZ 14.16 19.26 7.11 -
YUV 113.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 100 131 59 0.24 0 0.55 0.49 85.83 0.38 0.37
Hex 64 83 3B 18 0 37 31 56 26 25
Octal 144 203 73 30 0 67 61 126 46 45
Binary 1100100 10000011 111011 11000 0 110111 110001 1010110 100110 100101

Color Harmonies of #64833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64833B

Black with #64833B

Text Example


Text Example

White with #64833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64833B; }

 p { color: rgb(100,131,59); }

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

background-color css

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

 a { background-color: rgb(100,131,59); }

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

border-color css

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

 span { border-color: rgb(100,131,59); }

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