Html Css Color HEX #003D3A Cyprus

📋 copy color: '#003D3A'

red 0 ◦ green 61 ◦ blue 58

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

Shades of Cyprus #003D3A

Tints of Cyprus #003D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 48.74%

R = 0%
G = 51.26%
B = 48.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#003D3A (or 0x003D3A) is known color: Cyprus. HEX triplet: 00, 3D and 3A. RGB value is (0,61,58). Sum of RGB (Red+Green+Blue) = 0+61+58=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #003D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D3A is #FFC2C5. Grayscale: #2A2A2A. Windows color (decimal): -16761542 or 3816704. OLE color: 3816704.

HSL color Cylindrical-coordinate representation of color #003D3A: hue angle of 177.05º 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 #003D3A is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 61 58 -
CMYK 1 0 0.05 0.76
HSL 177.05º 1% 0.12% -
HSV(B) 177.05º 1% 0.24% -
XYZ 2.43 3.64 4.58 -
YUV 42.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 0 61 58 1 0 0.05 0.76 177.05 1 0.12
Hex 0 3D 3A 64 0 5 4C B1 64 C
Octal 0 75 72 144 0 5 114 261 144 14
Binary 0 111101 111010 1100100 0 101 1001100 10110001 1100100 1100

Color Harmonies of #003D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D3A

Black with #003D3A

Text Example


Text Example

White with #003D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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