Html Css Color HEX #0C442E Zuccini

📋 copy color: '#0C442E'

red 12 ◦ green 68 ◦ blue 46

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

Shades of Zuccini #0C442E

Tints of Zuccini #0C442E

RGB

 RED value IS 12 (5.08% from 255) = 9.52%

 GREEN value IS 68 (26.95% from 255) = 53.97%

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

R = 9.52%
G = 53.97%
B = 36.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#0C442E (or 0x0C442E) is known color: Zuccini. HEX triplet: 0C, 44 and 2E. RGB value is (12,68,46). Sum of RGB (Red+Green+Blue) = 12+68+46=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #0C442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C442E is #F3BBD1. Grayscale: #303030. Windows color (decimal): -15973330 or 3032076. OLE color: 3032076.

HSL color Cylindrical-coordinate representation of color #0C442E: hue angle of 156.43º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C442E is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 68 46 -
CMYK 0.82 0 0.32 0.73
HSL 156.43º 0.7% 0.16% -
HSV(B) 156.43º 0.82% 0.27% -
XYZ 2.71 4.41 3.29 -
YUV 48.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 12 68 46 0.82 0 0.32 0.73 156.43 0.7 0.16
Hex C 44 2E 52 0 20 49 9C 46 10
Octal 14 104 56 122 0 40 111 234 106 20
Binary 1100 1000100 101110 1010010 0 100000 1001001 10011100 1000110 10000

Color Harmonies of #0C442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C442E

Black with #0C442E

Text Example


Text Example

White with #0C442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,68,46); }

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

background-color css

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

 a { background-color: rgb(12,68,46); }

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

border-color css

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

 span { border-color: rgb(12,68,46); }

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