Html Css Color HEX #648523 Olive Drab

📋 copy color: '#648523'

red 100 ◦ green 133 ◦ blue 35

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

Shades of Olive Drab #648523

Tints of Olive Drab #648523

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

 BLUE value IS 35 (14.06% from 255) = 13.06%

R = 37.31%
G = 49.63%
B = 13.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#648523 (or 0x648523) is known color: Olive Drab. HEX triplet: 64, 85 and 23. RGB value is (100,133,35). Sum of RGB (Red+Green+Blue) = 100+133+35=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #648523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648523 is #9B7ADC. Grayscale: #707070. Windows color (decimal): -10189533 or 2327908. OLE color: 2327908.

HSL color Cylindrical-coordinate representation of color #648523: hue angle of 80.2º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #648523 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 35 -
CMYK 0.25 0 0.74 0.48
HSL 80.2º 0.58% 0.33% -
HSV(B) 80.2º 0.74% 0.52% -
XYZ 13.95 19.61 4.64 -
YUV 111.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 100 133 35 0.25 0 0.74 0.48 80.2 0.58 0.33
Hex 64 85 23 19 0 4A 30 50 3A 21
Octal 144 205 43 31 0 112 60 120 72 41
Binary 1100100 10000101 100011 11001 0 1001010 110000 1010000 111010 100001

Color Harmonies of #648523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648523

Black with #648523

Text Example


Text Example

White with #648523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648523; }

 p { color: rgb(100,133,35); }

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

background-color css

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

 a { background-color: rgb(100,133,35); }

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

border-color css

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

 span { border-color: rgb(100,133,35); }

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