Html Css Color HEX #15412E Zuccini

📋 copy color: '#15412E'

red 21 ◦ green 65 ◦ blue 46

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

Shades of Zuccini #15412E

Tints of Zuccini #15412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 49.24%

 BLUE value IS 46 (18.36% from 255) = 34.85%

R = 15.91%
G = 49.24%
B = 34.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#15412E (or 0x15412E) is known color: Zuccini. HEX triplet: 15, 41 and 2E. RGB value is (21,65,46). Sum of RGB (Red+Green+Blue) = 21+65+46=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #15412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15412E is #EABED1. Grayscale: #313131. Windows color (decimal): -15384274 or 3031317. OLE color: 3031317.

HSL color Cylindrical-coordinate representation of color #15412E: hue angle of 154.09º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15412E is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 65 46 -
CMYK 0.68 0 0.29 0.75
HSL 154.09º 0.51% 0.17% -
HSV(B) 154.09º 0.68% 0.25% -
XYZ 2.69 4.14 3.24 -
YUV 49.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 21 65 46 0.68 0 0.29 0.75 154.09 0.51 0.17
Hex 15 41 2E 44 0 1D 4B 9A 33 11
Octal 25 101 56 104 0 35 113 232 63 21
Binary 10101 1000001 101110 1000100 0 11101 1001011 10011010 110011 10001

Color Harmonies of #15412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15412E

Black with #15412E

Text Example


Text Example

White with #15412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15412E; }

 p { color: rgb(21,65,46); }

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

background-color css

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

 a { background-color: rgb(21,65,46); }

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

border-color css

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

 span { border-color: rgb(21,65,46); }

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