Html Css Color HEX #038534 Dark Spring Green

📋 copy color: '#038534'

red 3 ◦ green 133 ◦ blue 52

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

Shades of Dark Spring Green #038534

Tints of Dark Spring Green #038534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 1.6%
G = 70.74%
B = 27.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#038534 (or 0x038534) is known color: Dark Spring Green. HEX triplet: 03, 85 and 34. RGB value is (3,133,52). Sum of RGB (Red+Green+Blue) = 3+133+52=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #038534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038534 is #FC7ACB. Grayscale: #555555. Windows color (decimal): -16546508 or 3441923. OLE color: 3441923.

HSL color Cylindrical-coordinate representation of color #038534: hue angle of 142.62º 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 #038534 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 52 -
CMYK 0.98 0 0.61 0.48
HSL 142.62º 0.96% 0.27% -
HSV(B) 142.62º 0.98% 0.52% -
XYZ 9.04 17.04 6.06 -
YUV 84.9 109.43 69.59 -
System Red Green Blue C M Y K H S L
Decimal 3 133 52 0.98 0 0.61 0.48 142.62 0.96 0.27
Hex 3 85 34 62 0 3D 30 8F 60 1B
Octal 3 205 64 142 0 75 60 217 140 33
Binary 11 10000101 110100 1100010 0 111101 110000 10001111 1100000 11011

Color Harmonies of #038534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038534

Black with #038534

Text Example


Text Example

White with #038534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038534; }

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

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

background-color css

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

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

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

border-color css

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

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

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