Html Css Color HEX #0C413C Cyprus

📋 copy color: '#0C413C'

red 12 ◦ green 65 ◦ blue 60

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

Shades of Cyprus #0C413C

Tints of Cyprus #0C413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

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

R = 8.76%
G = 47.45%
B = 43.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#0C413C (or 0x0C413C) is known color: Cyprus. HEX triplet: 0C, 41 and 3C. RGB value is (12,65,60). Sum of RGB (Red+Green+Blue) = 12+65+60=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #0C413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C413C is #F3BEC3. Grayscale: #303030. Windows color (decimal): -15974084 or 3948812. OLE color: 3948812.

HSL color Cylindrical-coordinate representation of color #0C413C: hue angle of 174.34º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C413C is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 65 60 -
CMYK 0.82 0 0.08 0.75
HSL 174.34º 0.69% 0.15% -
HSV(B) 174.34º 0.82% 0.25% -
XYZ 2.86 4.19 4.93 -
YUV 48.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 12 65 60 0.82 0 0.08 0.75 174.34 0.69 0.15
Hex C 41 3C 52 0 8 4B AE 45 F
Octal 14 101 74 122 0 10 113 256 105 17
Binary 1100 1000001 111100 1010010 0 1000 1001011 10101110 1000101 1111

Color Harmonies of #0C413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C413C

Black with #0C413C

Text Example


Text Example

White with #0C413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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