Html Css Color HEX #038535 Dark Spring Green

📋 copy color: '#038535'

red 3 ◦ green 133 ◦ blue 53

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

Shades of Dark Spring Green #038535

Tints of Dark Spring Green #038535

RGB

 RED value IS 3 (1.56% from 255) = 1.59%

 GREEN value IS 133 (52.34% from 255) = 70.37%

 BLUE value IS 53 (21.09% from 255) = 28.04%

R = 1.59%
G = 70.37%
B = 28.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#038535 (or 0x038535) is known color: Dark Spring Green. HEX triplet: 03, 85 and 35. RGB value is (3,133,53). Sum of RGB (Red+Green+Blue) = 3+133+53=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #038535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038535 is #FC7ACA. Grayscale: #555555. Windows color (decimal): -16546507 or 3507459. OLE color: 3507459.

HSL color Cylindrical-coordinate representation of color #038535: hue angle of 143.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038535 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 53 -
CMYK 0.98 0 0.60 0.48
HSL 143.08º 0.96% 0.27% -
HSV(B) 143.08º 0.98% 0.52% -
XYZ 9.07 17.05 6.18 -
YUV 85.01 109.93 69.5 -
System Red Green Blue C M Y K H S L
Decimal 3 133 53 0.98 0 0.60 0.48 143.08 0.96 0.27
Hex 3 85 35 62 0 3C 30 8F 60 1B
Octal 3 205 65 142 0 74 60 217 140 33
Binary 11 10000101 110101 1100010 0 111100 110000 10001111 1100000 11011

Color Harmonies of #038535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038535

Black with #038535

Text Example


Text Example

White with #038535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038535; }

 p { color: rgb(3,133,53); }

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

background-color css

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

 a { background-color: rgb(3,133,53); }

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

border-color css

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

 span { border-color: rgb(3,133,53); }

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