Html Css Color HEX #0F5349 Cyprus

📋 copy color: '#0F5349'

red 15 ◦ green 83 ◦ blue 73

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

Shades of Cyprus #0F5349

Tints of Cyprus #0F5349

RGB

 RED value IS 15 (6.25% from 255) = 8.77%

 GREEN value IS 83 (32.81% from 255) = 48.54%

 BLUE value IS 73 (28.91% from 255) = 42.69%

R = 8.77%
G = 48.54%
B = 42.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#0F5349 (or 0x0F5349) is known color: Cyprus. HEX triplet: 0F, 53 and 49. RGB value is (15,83,73). Sum of RGB (Red+Green+Blue) = 15+83+73=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5349 is #F0ACB6. Grayscale: #3D3D3D. Windows color (decimal): -15772855 or 4805391. OLE color: 4805391.

HSL color Cylindrical-coordinate representation of color #0F5349: hue angle of 171.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5349 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 83 73 -
CMYK 0.82 0 0.12 0.67
HSL 171.18º 0.69% 0.19% -
HSV(B) 171.18º 0.82% 0.33% -
XYZ 4.49 6.77 7.37 -
YUV 61.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 15 83 73 0.82 0 0.12 0.67 171.18 0.69 0.19
Hex F 53 49 52 0 C 43 AB 45 13
Octal 17 123 111 122 0 14 103 253 105 23
Binary 1111 1010011 1001001 1010010 0 1100 1000011 10101011 1000101 10011

Color Harmonies of #0F5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5349

Black with #0F5349

Text Example


Text Example

White with #0F5349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,83,73); }

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

background-color css

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

 a { background-color: rgb(15,83,73); }

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

border-color css

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

 span { border-color: rgb(15,83,73); }

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