Html Css Color HEX #0C473F Cyprus

📋 copy color: '#0C473F'

red 12 ◦ green 71 ◦ blue 63

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

Shades of Cyprus #0C473F

Tints of Cyprus #0C473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.15%

R = 8.22%
G = 48.63%
B = 43.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#0C473F (or 0x0C473F) is known color: Cyprus. HEX triplet: 0C, 47 and 3F. RGB value is (12,71,63). Sum of RGB (Red+Green+Blue) = 12+71+63=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #0C473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C473F is #F3B8C0. Grayscale: #343434. Windows color (decimal): -15972545 or 4146956. OLE color: 4146956.

HSL color Cylindrical-coordinate representation of color #0C473F: hue angle of 171.86º 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 #0C473F is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 71 63 -
CMYK 0.83 0 0.11 0.72
HSL 171.86º 0.71% 0.16% -
HSV(B) 171.86º 0.83% 0.28% -
XYZ 3.3 4.94 5.48 -
YUV 52.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 12 71 63 0.83 0 0.11 0.72 171.86 0.71 0.16
Hex C 47 3F 53 0 B 48 AC 47 10
Octal 14 107 77 123 0 13 110 254 107 20
Binary 1100 1000111 111111 1010011 0 1011 1001000 10101100 1000111 10000

Color Harmonies of #0C473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C473F

Black with #0C473F

Text Example


Text Example

White with #0C473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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