Html Css Color HEX #003934 Cyprus

📋 copy color: '#003934'

red 0 ◦ green 57 ◦ blue 52

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

Shades of Cyprus #003934

Tints of Cyprus #003934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 52.29%

 BLUE value IS 52 (20.7% from 255) = 47.71%

R = 0%
G = 52.29%
B = 47.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#003934 (or 0x003934) is known color: Cyprus. HEX triplet: 00, 39 and 34. RGB value is (0,57,52). Sum of RGB (Red+Green+Blue) = 0+57+52=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #003934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003934 is #FFC6CB. Grayscale: #272727. Windows color (decimal): -16762572 or 3422464. OLE color: 3422464.

HSL color Cylindrical-coordinate representation of color #003934: hue angle of 174.74º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003934 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 57 52 -
CMYK 1 0 0.09 0.78
HSL 174.74º 1% 0.11% -
HSV(B) 174.74º 1% 0.22% -
XYZ 2.08 3.17 3.75 -
YUV 39.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 0 57 52 1 0 0.09 0.78 174.74 1 0.11
Hex 0 39 34 64 0 9 4E AF 64 B
Octal 0 71 64 144 0 11 116 257 144 13
Binary 0 111001 110100 1100100 0 1001 1001110 10101111 1100100 1011

Color Harmonies of #003934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003934

Black with #003934

Text Example


Text Example

White with #003934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003934; }

 p { color: rgb(0,57,52); }

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

background-color css

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

 a { background-color: rgb(0,57,52); }

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

border-color css

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

 span { border-color: rgb(0,57,52); }

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