#638C3B

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

Shades of Dingley #638C3B

Tints of Dingley #638C3B

Color information

#638C3B (or 0x638C3B) is unknown color: approx Dingley. HEX triplet: 63, 8C and 3B. RGB value is (99,140,59). Sum of RGB (Red+Green+Blue) = 99+140+59=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #638C3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638C3B is #9C73C4. Grayscale: #767676. Windows color (decimal): -10253253 or 3902563. OLE color: 3902563.

HSL color Cylindrical-coordinate representation of color #638C3B: hue angle of 90.37º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #638C3B is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB9914059-
CMYK0.2900.580.45
HSL90.37º40.7%39.02%-
HSV(B)90.37º57.86%54.9%-
XYZ15.3121.727.52-
YUV118.5194.42114.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.22%
GREEN value IS 140 (55.08% from 255) = 46.98%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=33.22%
G=46.98%
B=19.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99140590.2900.580.4590.3740.739.02
Hex638C3B1D03A2D5a2927
Octal1432147335072551325147
Binary1100011100011001110111110101110101011011011010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638C3B; }

 p { color: rgb(99,140,59); }

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

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

 a { background-color: rgb(99,140,59); }

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

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

 span { border-color: rgb(99,140,59); }

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