Html Css Color HEX #154C26 Zuccini

📋 copy color: '#154C26'

red 21 ◦ green 76 ◦ blue 38

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

Shades of Zuccini #154C26

Tints of Zuccini #154C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 56.3%

 BLUE value IS 38 (15.23% from 255) = 28.15%

R = 15.56%
G = 56.3%
B = 28.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#154C26 (or 0x154C26) is known color: Zuccini. HEX triplet: 15, 4C and 26. RGB value is (21,76,38). Sum of RGB (Red+Green+Blue) = 21+76+38=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #154C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C26 is #EAB3D9. Grayscale: #373737. Windows color (decimal): -15381466 or 2509845. OLE color: 2509845.

HSL color Cylindrical-coordinate representation of color #154C26: hue angle of 138.55º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C26 is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 76 38 -
CMYK 0.72 0 0.5 0.70
HSL 138.55º 0.57% 0.19% -
HSV(B) 138.55º 0.72% 0.3% -
XYZ 3.24 5.47 2.72 -
YUV 55.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 21 76 38 0.72 0 0.5 0.70 138.55 0.57 0.19
Hex 15 4C 26 48 0 32 46 8B 39 13
Octal 25 114 46 110 0 62 106 213 71 23
Binary 10101 1001100 100110 1001000 0 110010 1000110 10001011 111001 10011

Color Harmonies of #154C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C26

Black with #154C26

Text Example


Text Example

White with #154C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154C26; }

 p { color: rgb(21,76,38); }

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

background-color css

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

 a { background-color: rgb(21,76,38); }

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

border-color css

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

 span { border-color: rgb(21,76,38); }

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