Html Css Color HEX #0DA537 Dark Pastel Green

📋 copy color: '#0DA537'

red 13 ◦ green 165 ◦ blue 55

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

Shades of Dark Pastel Green #0DA537

Tints of Dark Pastel Green #0DA537

RGB

 RED value IS 13 (5.47% from 255) = 5.58%

 GREEN value IS 165 (64.84% from 255) = 70.82%

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 5.58%
G = 70.82%
B = 23.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#0DA537 (or 0x0DA537) is known color: Dark Pastel Green. HEX triplet: 0D, A5 and 37. RGB value is (13,165,55). Sum of RGB (Red+Green+Blue) = 13+165+55=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA537 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA537 is #F25AC8. Grayscale: #6B6B6B. Windows color (decimal): -15882953 or 3646733. OLE color: 3646733.

HSL color Cylindrical-coordinate representation of color #0DA537: hue angle of 136.58º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA537 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 165 55 -
CMYK 0.92 0 0.67 0.35
HSL 136.58º 0.85% 0.35% -
HSV(B) 136.58º 0.92% 0.65% -
XYZ 14.31 27.27 8.12 -
YUV 107.01 98.64 60.94 -
System Red Green Blue C M Y K H S L
Decimal 13 165 55 0.92 0 0.67 0.35 136.58 0.85 0.35
Hex D A5 37 5C 0 43 23 89 55 23
Octal 15 245 67 134 0 103 43 211 125 43
Binary 1101 10100101 110111 1011100 0 1000011 100011 10001001 1010101 100011

Color Harmonies of #0DA537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA537

Black with #0DA537

Text Example


Text Example

White with #0DA537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DA537; }

 p { color: rgb(13,165,55); }

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

background-color css

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

 a { background-color: rgb(13,165,55); }

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

border-color css

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

 span { border-color: rgb(13,165,55); }

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