Html Css Color HEX #0C4643 Cyprus

📋 copy color: '#0C4643'

red 12 ◦ green 70 ◦ blue 67

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

Shades of Cyprus #0C4643

Tints of Cyprus #0C4643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 44.97%

R = 8.05%
G = 46.98%
B = 44.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#0C4643 (or 0x0C4643) is known color: Cyprus. HEX triplet: 0C, 46 and 43. RGB value is (12,70,67). Sum of RGB (Red+Green+Blue) = 12+70+67=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #0C4643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4643 is #F3B9BC. Grayscale: #343434. Windows color (decimal): -15972797 or 4408844. OLE color: 4408844.

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

Color convert

RGB 12 70 67 -
CMYK 0.83 0 0.04 0.73
HSL 176.9º 0.71% 0.16% -
HSV(B) 176.9º 0.83% 0.27% -
XYZ 3.35 4.86 6.07 -
YUV 52.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 12 70 67 0.83 0 0.04 0.73 176.9 0.71 0.16
Hex C 46 43 53 0 4 49 B1 47 10
Octal 14 106 103 123 0 4 111 261 107 20
Binary 1100 1000110 1000011 1010011 0 100 1001001 10110001 1000111 10000

Color Harmonies of #0C4643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4643

Black with #0C4643

Text Example


Text Example

White with #0C4643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,70,67); }

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

background-color css

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

 a { background-color: rgb(12,70,67); }

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

border-color css

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

 span { border-color: rgb(12,70,67); }

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