Html Css Color HEX #003D35 Cyprus

📋 copy color: '#003D35'

red 0 ◦ green 61 ◦ blue 53

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

Shades of Cyprus #003D35

Tints of Cyprus #003D35

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 53 (21.09% from 255) = 46.49%

R = 0%
G = 53.51%
B = 46.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#003D35 (or 0x003D35) is known color: Cyprus. HEX triplet: 00, 3D and 35. RGB value is (0,61,53). Sum of RGB (Red+Green+Blue) = 0+61+53=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #003D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D35 is #FFC2CA. Grayscale: #292929. Windows color (decimal): -16761547 or 3489024. OLE color: 3489024.

HSL color Cylindrical-coordinate representation of color #003D35: hue angle of 172.13º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D35 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 61 53 -
CMYK 1 0 0.13 0.76
HSL 172.13º 1% 0.12% -
HSV(B) 172.13º 1% 0.24% -
XYZ 2.31 3.59 3.94 -
YUV 41.85 134.29 98.15 -
System Red Green Blue C M Y K H S L
Decimal 0 61 53 1 0 0.13 0.76 172.13 1 0.12
Hex 0 3D 35 64 0 D 4C AC 64 C
Octal 0 75 65 144 0 15 114 254 144 14
Binary 0 111101 110101 1100100 0 1101 1001100 10101100 1100100 1100

Color Harmonies of #003D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D35

Black with #003D35

Text Example


Text Example

White with #003D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003D35; }

 p { color: rgb(0,61,53); }

 H1.HeaderClassName
 {
   color: #003D35;
 }
 .AnyTagClassName
 {
   color: #003D35;
 }
</style>

background-color css

<style>
 a { background-color: #003D35; }

 a { background-color: rgb(0,61,53); }

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

border-color css

<style>
 span { border-color: #003D35; }

 span { border-color: rgb(0,61,53); }

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