Html Css Color HEX #648430 Olive Drab

📋 copy color: '#648430'

red 100 ◦ green 132 ◦ blue 48

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

Shades of Olive Drab #648430

Tints of Olive Drab #648430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

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

R = 35.71%
G = 47.14%
B = 17.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#648430 (or 0x648430) is known color: Olive Drab. HEX triplet: 64, 84 and 30. RGB value is (100,132,48). Sum of RGB (Red+Green+Blue) = 100+132+48=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #648430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648430 is #9B7BCF. Grayscale: #717171. Windows color (decimal): -10189776 or 3179620. OLE color: 3179620.

HSL color Cylindrical-coordinate representation of color #648430: hue angle of 82.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #648430 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 48 -
CMYK 0.24 0 0.64 0.48
HSL 82.86º 0.47% 0.35% -
HSV(B) 82.86º 0.64% 0.52% -
XYZ 14.04 19.43 5.81 -
YUV 112.86 91.4 118.83 -
System Red Green Blue C M Y K H S L
Decimal 100 132 48 0.24 0 0.64 0.48 82.86 0.47 0.35
Hex 64 84 30 18 0 40 30 53 2F 23
Octal 144 204 60 30 0 100 60 123 57 43
Binary 1100100 10000100 110000 11000 0 1000000 110000 1010011 101111 100011

Color Harmonies of #648430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648430

Black with #648430

Text Example


Text Example

White with #648430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648430; }

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

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

background-color css

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

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

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

border-color css

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

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

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