Html Css Color HEX #093E3D Cyprus

📋 copy color: '#093E3D'

red 9 ◦ green 62 ◦ blue 61

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

Shades of Cyprus #093E3D

Tints of Cyprus #093E3D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 46.97%

 BLUE value IS 61 (24.22% from 255) = 46.21%

R = 6.82%
G = 46.97%
B = 46.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#093E3D (or 0x093E3D) is known color: Cyprus. HEX triplet: 09, 3E and 3D. RGB value is (9,62,61). Sum of RGB (Red+Green+Blue) = 9+62+61=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #093E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E3D is #F6C1C2. Grayscale: #2D2D2D. Windows color (decimal): -16171459 or 4013577. OLE color: 4013577.

HSL color Cylindrical-coordinate representation of color #093E3D: hue angle of 178.87º degrees, saturation: 0.75, 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 #093E3D is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 62 61 -
CMYK 0.85 0 0.02 0.76
HSL 178.87º 0.75% 0.14% -
HSV(B) 178.87º 0.85% 0.24% -
XYZ 2.68 3.84 5.01 -
YUV 46.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 9 62 61 0.85 0 0.02 0.76 178.87 0.75 0.14
Hex 9 3E 3D 55 0 2 4C B3 4B E
Octal 11 76 75 125 0 2 114 263 113 16
Binary 1001 111110 111101 1010101 0 10 1001100 10110011 1001011 1110

Color Harmonies of #093E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E3D

Black with #093E3D

Text Example


Text Example

White with #093E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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