Html Css Color HEX #485A23 Clover

📋 copy color: '#485A23'

red 72 ◦ green 90 ◦ blue 35

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

Shades of Clover #485A23

Tints of Clover #485A23

RGB

 RED value IS 72 (28.52% from 255) = 36.55%

 GREEN value IS 90 (35.55% from 255) = 45.69%

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

R = 36.55%
G = 45.69%
B = 17.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#485A23 (or 0x485A23) is known color: Clover. HEX triplet: 48, 5A and 23. RGB value is (72,90,35). Sum of RGB (Red+Green+Blue) = 72+90+35=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #485A23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A23 is #B7A5DC. Grayscale: #4E4E4E. Windows color (decimal): -12035549 or 2316872. OLE color: 2316872.

HSL color Cylindrical-coordinate representation of color #485A23: hue angle of 79.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #485A23 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 90 35 -
CMYK 0.20 0 0.61 0.65
HSL 79.64º 0.44% 0.25% -
HSV(B) 79.64º 0.61% 0.35% -
XYZ 6.63 8.81 2.94 -
YUV 78.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 72 90 35 0.20 0 0.61 0.65 79.64 0.44 0.25
Hex 48 5A 23 14 0 3D 41 50 2C 19
Octal 110 132 43 24 0 75 101 120 54 31
Binary 1001000 1011010 100011 10100 0 111101 1000001 1010000 101100 11001

Color Harmonies of #485A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A23

Black with #485A23

Text Example


Text Example

White with #485A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485A23; }

 p { color: rgb(72,90,35); }

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

background-color css

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

 a { background-color: rgb(72,90,35); }

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

border-color css

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

 span { border-color: rgb(72,90,35); }

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