Html Css Color HEX #648330 Olive Drab

📋 copy color: '#648330'

red 100 ◦ green 131 ◦ blue 48

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

Shades of Olive Drab #648330

Tints of Olive Drab #648330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

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

R = 35.84%
G = 46.95%
B = 17.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#648330 (or 0x648330) is known color: Olive Drab. HEX triplet: 64, 83 and 30. RGB value is (100,131,48). Sum of RGB (Red+Green+Blue) = 100+131+48=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #648330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648330 is #9B7CCF. Grayscale: #707070. Windows color (decimal): -10190032 or 3179364. OLE color: 3179364.

HSL color Cylindrical-coordinate representation of color #648330: hue angle of 82.41º 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 #648330 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 131 48 -
CMYK 0.24 0 0.63 0.49
HSL 82.41º 0.46% 0.35% -
HSV(B) 82.41º 0.63% 0.51% -
XYZ 13.91 19.16 5.76 -
YUV 112.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 100 131 48 0.24 0 0.63 0.49 82.41 0.46 0.35
Hex 64 83 30 18 0 3F 31 52 2E 23
Octal 144 203 60 30 0 77 61 122 56 43
Binary 1100100 10000011 110000 11000 0 111111 110001 1010010 101110 100011

Color Harmonies of #648330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648330

Black with #648330

Text Example


Text Example

White with #648330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648330; }

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

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

background-color css

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

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

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

border-color css

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

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

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