Html Css Color HEX #093B3A Cyprus

📋 copy color: '#093B3A'

red 9 ◦ green 59 ◦ blue 58

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

Shades of Cyprus #093B3A

Tints of Cyprus #093B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 46.83%

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

R = 7.14%
G = 46.83%
B = 46.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#093B3A (or 0x093B3A) is known color: Cyprus. HEX triplet: 09, 3B and 3A. RGB value is (9,59,58). Sum of RGB (Red+Green+Blue) = 9+59+58=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 59 - color contains mainly: green. Hex color #093B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B3A is #F6C4C5. Grayscale: #2B2B2B. Windows color (decimal): -16172230 or 3816201. OLE color: 3816201.

HSL color Cylindrical-coordinate representation of color #093B3A: hue angle of 178.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B3A is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 59 58 -
CMYK 0.85 0 0.02 0.77
HSL 178.8º 0.74% 0.13% -
HSV(B) 178.8º 0.85% 0.23% -
XYZ 2.44 3.49 4.55 -
YUV 43.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 9 59 58 0.85 0 0.02 0.77 178.8 0.74 0.13
Hex 9 3B 3A 55 0 2 4D B3 4A D
Octal 11 73 72 125 0 2 115 263 112 15
Binary 1001 111011 111010 1010101 0 10 1001101 10110011 1001010 1101

Color Harmonies of #093B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B3A

Black with #093B3A

Text Example


Text Example

White with #093B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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