Html Css Color HEX #0F4624 Zuccini

📋 copy color: '#0F4624'

red 15 ◦ green 70 ◦ blue 36

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

Shades of Zuccini #0F4624

Tints of Zuccini #0F4624

RGB

 RED value IS 15 (6.25% from 255) = 12.4%

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

 BLUE value IS 36 (14.45% from 255) = 29.75%

R = 12.4%
G = 57.85%
B = 29.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#0F4624 (or 0x0F4624) is known color: Zuccini. HEX triplet: 0F, 46 and 24. RGB value is (15,70,36). Sum of RGB (Red+Green+Blue) = 15+70+36=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #0F4624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4624 is #F0B9DB. Grayscale: #313131. Windows color (decimal): -15776220 or 2377231. OLE color: 2377231.

HSL color Cylindrical-coordinate representation of color #0F4624: hue angle of 142.91º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4624 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 70 36 -
CMYK 0.79 0 0.49 0.73
HSL 142.91º 0.65% 0.17% -
HSV(B) 142.91º 0.79% 0.27% -
XYZ 2.71 4.61 2.42 -
YUV 49.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 15 70 36 0.79 0 0.49 0.73 142.91 0.65 0.17
Hex F 46 24 4F 0 31 49 8F 41 11
Octal 17 106 44 117 0 61 111 217 101 21
Binary 1111 1000110 100100 1001111 0 110001 1001001 10001111 1000001 10001

Color Harmonies of #0F4624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4624

Black with #0F4624

Text Example


Text Example

White with #0F4624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F4624; }

 p { color: rgb(15,70,36); }

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

background-color css

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

 a { background-color: rgb(15,70,36); }

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

border-color css

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

 span { border-color: rgb(15,70,36); }

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