Html Css Color HEX #0C473E Cyprus

📋 copy color: '#0C473E'

red 12 ◦ green 71 ◦ blue 62

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

Shades of Cyprus #0C473E

Tints of Cyprus #0C473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

 BLUE value IS 62 (24.61% from 255) = 42.76%

R = 8.28%
G = 48.97%
B = 42.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#0C473E (or 0x0C473E) is known color: Cyprus. HEX triplet: 0C, 47 and 3E. RGB value is (12,71,62). Sum of RGB (Red+Green+Blue) = 12+71+62=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #0C473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C473E is #F3B8C1. Grayscale: #343434. Windows color (decimal): -15972546 or 4081420. OLE color: 4081420.

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

Color convert

RGB 12 71 62 -
CMYK 0.83 0 0.13 0.72
HSL 170.85º 0.71% 0.16% -
HSV(B) 170.85º 0.83% 0.28% -
XYZ 3.27 4.93 5.34 -
YUV 52.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 12 71 62 0.83 0 0.13 0.72 170.85 0.71 0.16
Hex C 47 3E 53 0 D 48 AB 47 10
Octal 14 107 76 123 0 15 110 253 107 20
Binary 1100 1000111 111110 1010011 0 1101 1001000 10101011 1000111 10000

Color Harmonies of #0C473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C473E

Black with #0C473E

Text Example


Text Example

White with #0C473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,71,62); }

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

background-color css

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

 a { background-color: rgb(12,71,62); }

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

border-color css

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

 span { border-color: rgb(12,71,62); }

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