Html Css Color HEX #638A3A Dingley

📋 copy color: '#638A3A'

red 99 ◦ green 138 ◦ blue 58

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

Shades of Dingley #638A3A

Tints of Dingley #638A3A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.78%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 33.56%
G = 46.78%
B = 19.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#638A3A (or 0x638A3A) is known color: Dingley. HEX triplet: 63, 8A and 3A. RGB value is (99,138,58). Sum of RGB (Red+Green+Blue) = 99+138+58=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #638A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638A3A is #9C75C5. Grayscale: #757575. Windows color (decimal): -10253766 or 3836515. OLE color: 3836515.

HSL color Cylindrical-coordinate representation of color #638A3A: hue angle of 89.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #638A3A is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 138 58 -
CMYK 0.28 0 0.58 0.46
HSL 89.25º 0.41% 0.38% -
HSV(B) 89.25º 0.58% 0.54% -
XYZ 15 21.14 7.29 -
YUV 117.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 99 138 58 0.28 0 0.58 0.46 89.25 0.41 0.38
Hex 63 8A 3A 1C 0 3A 2E 59 29 26
Octal 143 212 72 34 0 72 56 131 51 46
Binary 1100011 10001010 111010 11100 0 111010 101110 1011001 101001 100110

Color Harmonies of #638A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A3A

Black with #638A3A

Text Example


Text Example

White with #638A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,138,58); }

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

background-color css

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

 a { background-color: rgb(99,138,58); }

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

border-color css

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

 span { border-color: rgb(99,138,58); }

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