Html Css Color HEX #0D524B Cyprus

📋 copy color: '#0D524B'

red 13 ◦ green 82 ◦ blue 75

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

Shades of Cyprus #0D524B

Tints of Cyprus #0D524B

RGB

 RED value IS 13 (5.47% from 255) = 7.65%

 GREEN value IS 82 (32.42% from 255) = 48.24%

 BLUE value IS 75 (29.69% from 255) = 44.12%

R = 7.65%
G = 48.24%
B = 44.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#0D524B (or 0x0D524B) is known color: Cyprus. HEX triplet: 0D, 52 and 4B. RGB value is (13,82,75). Sum of RGB (Red+Green+Blue) = 13+82+75=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #0D524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D524B is #F2ADB4. Grayscale: #3C3C3C. Windows color (decimal): -15904181 or 4936205. OLE color: 4936205.

HSL color Cylindrical-coordinate representation of color #0D524B: hue angle of 173.91º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D524B is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 82 75 -
CMYK 0.84 0 0.09 0.68
HSL 173.91º 0.73% 0.19% -
HSV(B) 173.91º 0.84% 0.32% -
XYZ 4.45 6.63 7.7 -
YUV 60.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 13 82 75 0.84 0 0.09 0.68 173.91 0.73 0.19
Hex D 52 4B 54 0 9 44 AE 49 13
Octal 15 122 113 124 0 11 104 256 111 23
Binary 1101 1010010 1001011 1010100 0 1001 1000100 10101110 1001001 10011

Color Harmonies of #0D524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D524B

Black with #0D524B

Text Example


Text Example

White with #0D524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,82,75); }

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

background-color css

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

 a { background-color: rgb(13,82,75); }

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

border-color css

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

 span { border-color: rgb(13,82,75); }

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