Html Css Color HEX #648230 Olive Drab

📋 copy color: '#648230'

red 100 ◦ green 130 ◦ blue 48

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

Shades of Olive Drab #648230

Tints of Olive Drab #648230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 35.97%
G = 46.76%
B = 17.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#648230 (or 0x648230) is known color: Olive Drab. HEX triplet: 64, 82 and 30. RGB value is (100,130,48). Sum of RGB (Red+Green+Blue) = 100+130+48=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #648230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648230 is #9B7DCF. Grayscale: #6F6F6F. Windows color (decimal): -10190288 or 3179108. OLE color: 3179108.

HSL color Cylindrical-coordinate representation of color #648230: hue angle of 81.95º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #648230 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 48 -
CMYK 0.23 0 0.63 0.49
HSL 81.95º 0.46% 0.35% -
HSV(B) 81.95º 0.63% 0.51% -
XYZ 13.77 18.89 5.72 -
YUV 111.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 100 130 48 0.23 0 0.63 0.49 81.95 0.46 0.35
Hex 64 82 30 17 0 3F 31 52 2E 23
Octal 144 202 60 27 0 77 61 122 56 43
Binary 1100100 10000010 110000 10111 0 111111 110001 1010010 101110 100011

Color Harmonies of #648230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648230

Black with #648230

Text Example


Text Example

White with #648230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648230; }

 p { color: rgb(100,130,48); }

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

background-color css

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

 a { background-color: rgb(100,130,48); }

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

border-color css

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

 span { border-color: rgb(100,130,48); }

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