Html Css Color HEX #658228 Olive Drab

📋 copy color: '#658228'

red 101 ◦ green 130 ◦ blue 40

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

Shades of Olive Drab #658228

Tints of Olive Drab #658228

RGB

 RED value IS 101 (39.84% from 255) = 37.27%

 GREEN value IS 130 (51.17% from 255) = 47.97%

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 37.27%
G = 47.97%
B = 14.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#658228 (or 0x658228) is known color: Olive Drab. HEX triplet: 65, 82 and 28. RGB value is (101,130,40). Sum of RGB (Red+Green+Blue) = 101+130+40=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #658228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658228 is #9A7DD7. Grayscale: #6F6F6F. Windows color (decimal): -10124760 or 2654821. OLE color: 2654821.

HSL color Cylindrical-coordinate representation of color #658228: hue angle of 79.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #658228 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 40 -
CMYK 0.22 0 0.69 0.49
HSL 79.33º 0.53% 0.33% -
HSV(B) 79.33º 0.69% 0.51% -
XYZ 13.73 18.89 4.93 -
YUV 111.07 87.89 120.82 -
System Red Green Blue C M Y K H S L
Decimal 101 130 40 0.22 0 0.69 0.49 79.33 0.53 0.33
Hex 65 82 28 16 0 45 31 4F 35 21
Octal 145 202 50 26 0 105 61 117 65 41
Binary 1100101 10000010 101000 10110 0 1000101 110001 1001111 110101 100001

Color Harmonies of #658228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658228

Black with #658228

Text Example


Text Example

White with #658228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658228; }

 p { color: rgb(101,130,40); }

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

background-color css

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

 a { background-color: rgb(101,130,40); }

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

border-color css

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

 span { border-color: rgb(101,130,40); }

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