Html Css Color HEX #095D3D Fun Green

📋 copy color: '#095D3D'

red 9 ◦ green 93 ◦ blue 61

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

Shades of Fun Green #095D3D

Tints of Fun Green #095D3D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 57.06%

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

R = 5.52%
G = 57.06%
B = 37.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#095D3D (or 0x095D3D) is known color: Fun Green. HEX triplet: 09, 5D and 3D. RGB value is (9,93,61). Sum of RGB (Red+Green+Blue) = 9+93+61=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #095D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D3D is #F6A2C2. Grayscale: #404040. Windows color (decimal): -16163523 or 4021513. OLE color: 4021513.

HSL color Cylindrical-coordinate representation of color #095D3D: hue angle of 157.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D3D is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 93 61 -
CMYK 0.90 0 0.34 0.64
HSL 157.14º 0.82% 0.2% -
HSV(B) 157.14º 0.9% 0.36% -
XYZ 4.87 8.22 5.75 -
YUV 64.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 9 93 61 0.90 0 0.34 0.64 157.14 0.82 0.2
Hex 9 5D 3D 5A 0 22 40 9D 52 14
Octal 11 135 75 132 0 42 100 235 122 24
Binary 1001 1011101 111101 1011010 0 100010 1000000 10011101 1010010 10100

Color Harmonies of #095D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D3D

Black with #095D3D

Text Example


Text Example

White with #095D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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