Html Css Color HEX #154631 Zuccini

📋 copy color: '#154631'

red 21 ◦ green 70 ◦ blue 49

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

Shades of Zuccini #154631

Tints of Zuccini #154631

RGB

 RED value IS 21 (8.59% from 255) = 15%

 GREEN value IS 70 (27.73% from 255) = 50%

 BLUE value IS 49 (19.53% from 255) = 35%

R = 15%
G = 50%
B = 35%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#154631 (or 0x154631) is known color: Zuccini. HEX triplet: 15, 46 and 31. RGB value is (21,70,49). Sum of RGB (Red+Green+Blue) = 21+70+49=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #154631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154631 is #EAB9CE. Grayscale: #343434. Windows color (decimal): -15382991 or 3229205. OLE color: 3229205.

HSL color Cylindrical-coordinate representation of color #154631: hue angle of 154.29º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154631 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 70 49 -
CMYK 0.70 0 0.30 0.73
HSL 154.29º 0.54% 0.18% -
HSV(B) 154.29º 0.7% 0.27% -
XYZ 3.05 4.76 3.66 -
YUV 52.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 21 70 49 0.70 0 0.30 0.73 154.29 0.54 0.18
Hex 15 46 31 46 0 1E 49 9A 36 12
Octal 25 106 61 106 0 36 111 232 66 22
Binary 10101 1000110 110001 1000110 0 11110 1001001 10011010 110110 10010

Color Harmonies of #154631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154631

Black with #154631

Text Example


Text Example

White with #154631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154631; }

 p { color: rgb(21,70,49); }

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

background-color css

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

 a { background-color: rgb(21,70,49); }

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

border-color css

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

 span { border-color: rgb(21,70,49); }

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