Html Css Color HEX #0C3D3C Cyprus

📋 copy color: '#0C3D3C'

red 12 ◦ green 61 ◦ blue 60

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

Shades of Cyprus #0C3D3C

Tints of Cyprus #0C3D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.86%

 BLUE value IS 60 (23.83% from 255) = 45.11%

R = 9.02%
G = 45.86%
B = 45.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#0C3D3C (or 0x0C3D3C) is known color: Cyprus. HEX triplet: 0C, 3D and 3C. RGB value is (12,61,60). Sum of RGB (Red+Green+Blue) = 12+61+60=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #0C3D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3D3C is #F3C2C3. Grayscale: #2E2E2E. Windows color (decimal): -15975108 or 3947788. OLE color: 3947788.

HSL color Cylindrical-coordinate representation of color #0C3D3C: hue angle of 178.78º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3D3C is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 61 60 -
CMYK 0.80 0 0.02 0.76
HSL 178.78º 0.67% 0.14% -
HSV(B) 178.78º 0.8% 0.24% -
XYZ 2.64 3.74 4.86 -
YUV 46.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 12 61 60 0.80 0 0.02 0.76 178.78 0.67 0.14
Hex C 3D 3C 50 0 2 4C B3 43 E
Octal 14 75 74 120 0 2 114 263 103 16
Binary 1100 111101 111100 1010000 0 10 1001100 10110011 1000011 1110

Color Harmonies of #0C3D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3D3C

Black with #0C3D3C

Text Example


Text Example

White with #0C3D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,61,60); }

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

background-color css

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

 a { background-color: rgb(12,61,60); }

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

border-color css

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

 span { border-color: rgb(12,61,60); }

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