Html Css Color HEX #0C4943 Cyprus

📋 copy color: '#0C4943'

red 12 ◦ green 73 ◦ blue 67

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

Shades of Cyprus #0C4943

Tints of Cyprus #0C4943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.03%

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

R = 7.89%
G = 48.03%
B = 44.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#0C4943 (or 0x0C4943) is known color: Cyprus. HEX triplet: 0C, 49 and 43. RGB value is (12,73,67). Sum of RGB (Red+Green+Blue) = 12+73+67=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #0C4943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4943 is #F3B6BC. Grayscale: #363636. Windows color (decimal): -15972029 or 4409612. OLE color: 4409612.

HSL color Cylindrical-coordinate representation of color #0C4943: hue angle of 174.1º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4943 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 73 67 -
CMYK 0.84 0 0.08 0.71
HSL 174.1º 0.72% 0.17% -
HSV(B) 174.1º 0.84% 0.29% -
XYZ 3.55 5.25 6.14 -
YUV 54.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 12 73 67 0.84 0 0.08 0.71 174.1 0.72 0.17
Hex C 49 43 54 0 8 47 AE 48 11
Octal 14 111 103 124 0 10 107 256 110 21
Binary 1100 1001001 1000011 1010100 0 1000 1000111 10101110 1001000 10001

Color Harmonies of #0C4943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4943

Black with #0C4943

Text Example


Text Example

White with #0C4943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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