Html Css Color HEX #638740 Dingley

📋 copy color: '#638740'

red 99 ◦ green 135 ◦ blue 64

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

Shades of Dingley #638740

Tints of Dingley #638740

RGB

 RED value IS 99 (39.06% from 255) = 33.22%

 GREEN value IS 135 (53.13% from 255) = 45.3%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 33.22%
G = 45.3%
B = 21.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#638740 (or 0x638740) is known color: Dingley. HEX triplet: 63, 87 and 40. RGB value is (99,135,64). Sum of RGB (Red+Green+Blue) = 99+135+64=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #638740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638740 is #9C78BF. Grayscale: #747474. Windows color (decimal): -10254528 or 4228963. OLE color: 4228963.

HSL color Cylindrical-coordinate representation of color #638740: hue angle of 90.42º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #638740 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 135 64 -
CMYK 0.27 0 0.53 0.47
HSL 90.42º 0.36% 0.39% -
HSV(B) 90.42º 0.53% 0.53% -
XYZ 14.73 20.35 8 -
YUV 116.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 99 135 64 0.27 0 0.53 0.47 90.42 0.36 0.39
Hex 63 87 40 1B 0 35 2F 5A 24 27
Octal 143 207 100 33 0 65 57 132 44 47
Binary 1100011 10000111 1000000 11011 0 110101 101111 1011010 100100 100111

Color Harmonies of #638740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638740

Black with #638740

Text Example


Text Example

White with #638740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638740; }

 p { color: rgb(99,135,64); }

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

background-color css

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

 a { background-color: rgb(99,135,64); }

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

border-color css

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

 span { border-color: rgb(99,135,64); }

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