Html Css Color HEX #0D9635 Pigment Green

📋 copy color: '#0D9635'

red 13 ◦ green 150 ◦ blue 53

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

Shades of Pigment Green #0D9635

Tints of Pigment Green #0D9635

RGB

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

 GREEN value IS 150 (58.98% from 255) = 69.44%

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

R = 6.02%
G = 69.44%
B = 24.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#0D9635 (or 0x0D9635) is known color: Pigment Green. HEX triplet: 0D, 96 and 35. RGB value is (13,150,53). Sum of RGB (Red+Green+Blue) = 13+150+53=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 150 (58.98% from 255 or 69.44% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9635 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9635 is #F269CA. Grayscale: #626262. Windows color (decimal): -15886795 or 3511821. OLE color: 3511821.

HSL color Cylindrical-coordinate representation of color #0D9635: hue angle of 137.52º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9635 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 150 53 -
CMYK 0.91 0 0.65 0.41
HSL 137.52º 0.84% 0.32% -
HSV(B) 137.52º 0.91% 0.59% -
XYZ 11.71 22.16 7.03 -
YUV 97.98 102.61 67.39 -
System Red Green Blue C M Y K H S L
Decimal 13 150 53 0.91 0 0.65 0.41 137.52 0.84 0.32
Hex D 96 35 5B 0 41 29 8A 54 20
Octal 15 226 65 133 0 101 51 212 124 40
Binary 1101 10010110 110101 1011011 0 1000001 101001 10001010 1010100 100000

Color Harmonies of #0D9635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9635

Black with #0D9635

Text Example


Text Example

White with #0D9635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,150,53); }

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

background-color css

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

 a { background-color: rgb(13,150,53); }

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

border-color css

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

 span { border-color: rgb(13,150,53); }

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