Html Css Color HEX #0C3B38 Cyprus

📋 copy color: '#0C3B38'

red 12 ◦ green 59 ◦ blue 56

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

Shades of Cyprus #0C3B38

Tints of Cyprus #0C3B38

RGB

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

 GREEN value IS 59 (23.44% from 255) = 46.46%

 BLUE value IS 56 (22.27% from 255) = 44.09%

R = 9.45%
G = 46.46%
B = 44.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#0C3B38 (or 0x0C3B38) is known color: Cyprus. HEX triplet: 0C, 3B and 38. RGB value is (12,59,56). Sum of RGB (Red+Green+Blue) = 12+59+56=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B38 is #F3C4C7. Grayscale: #2C2C2C. Windows color (decimal): -15975624 or 3685132. OLE color: 3685132.

HSL color Cylindrical-coordinate representation of color #0C3B38: hue angle of 176.17º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B38 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 59 56 -
CMYK 0.80 0 0.05 0.77
HSL 176.17º 0.66% 0.14% -
HSV(B) 176.17º 0.8% 0.23% -
XYZ 2.43 3.49 4.29 -
YUV 44.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 12 59 56 0.80 0 0.05 0.77 176.17 0.66 0.14
Hex C 3B 38 50 0 5 4D B0 42 E
Octal 14 73 70 120 0 5 115 260 102 16
Binary 1100 111011 111000 1010000 0 101 1001101 10110000 1000010 1110

Color Harmonies of #0C3B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3B38

Black with #0C3B38

Text Example


Text Example

White with #0C3B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,59,56); }

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

background-color css

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

 a { background-color: rgb(12,59,56); }

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

border-color css

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

 span { border-color: rgb(12,59,56); }

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