Html Css Color HEX #0F4D26 Zuccini

📋 copy color: '#0F4D26'

red 15 ◦ green 77 ◦ blue 38

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

Shades of Zuccini #0F4D26

Tints of Zuccini #0F4D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 59.23%

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

R = 11.54%
G = 59.23%
B = 29.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#0F4D26 (or 0x0F4D26) is known color: Zuccini. HEX triplet: 0F, 4D and 26. RGB value is (15,77,38). Sum of RGB (Red+Green+Blue) = 15+77+38=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #0F4D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4D26 is #F0B2D9. Grayscale: #363636. Windows color (decimal): -15774426 or 2510095. OLE color: 2510095.

HSL color Cylindrical-coordinate representation of color #0F4D26: hue angle of 142.26º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4D26 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 77 38 -
CMYK 0.81 0 0.51 0.70
HSL 142.26º 0.67% 0.18% -
HSV(B) 142.26º 0.81% 0.3% -
XYZ 3.2 5.55 2.74 -
YUV 54.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 15 77 38 0.81 0 0.51 0.70 142.26 0.67 0.18
Hex F 4D 26 51 0 33 46 8E 43 12
Octal 17 115 46 121 0 63 106 216 103 22
Binary 1111 1001101 100110 1010001 0 110011 1000110 10001110 1000011 10010

Color Harmonies of #0F4D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4D26

Black with #0F4D26

Text Example


Text Example

White with #0F4D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,77,38); }

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

background-color css

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

 a { background-color: rgb(15,77,38); }

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

border-color css

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

 span { border-color: rgb(15,77,38); }

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