Html Css Color HEX #093D3A Cyprus

📋 copy color: '#093D3A'

red 9 ◦ green 61 ◦ blue 58

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

Shades of Cyprus #093D3A

Tints of Cyprus #093D3A

RGB

 RED value IS 9 (3.91% from 255) = 7.03%

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

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

R = 7.03%
G = 47.66%
B = 45.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#093D3A (or 0x093D3A) is known color: Cyprus. HEX triplet: 09, 3D and 3A. RGB value is (9,61,58). Sum of RGB (Red+Green+Blue) = 9+61+58=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #093D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D3A is #F6C2C5. Grayscale: #2D2D2D. Windows color (decimal): -16171718 or 3816713. OLE color: 3816713.

HSL color Cylindrical-coordinate representation of color #093D3A: hue angle of 176.54º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D3A is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 61 58 -
CMYK 0.85 0 0.05 0.76
HSL 176.54º 0.74% 0.14% -
HSV(B) 176.54º 0.85% 0.24% -
XYZ 2.55 3.7 4.58 -
YUV 45.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 9 61 58 0.85 0 0.05 0.76 176.54 0.74 0.14
Hex 9 3D 3A 55 0 5 4C B1 4A E
Octal 11 75 72 125 0 5 114 261 112 16
Binary 1001 111101 111010 1010101 0 101 1001100 10110001 1001010 1110

Color Harmonies of #093D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D3A

Black with #093D3A

Text Example


Text Example

White with #093D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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