Html Css Color HEX #0D501D Crusoe

📋 copy color: '#0D501D'

red 13 ◦ green 80 ◦ blue 29

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

Shades of Crusoe #0D501D

Tints of Crusoe #0D501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 65.57%

 BLUE value IS 29 (11.72% from 255) = 23.77%

R = 10.66%
G = 65.57%
B = 23.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#0D501D (or 0x0D501D) is known color: Crusoe. HEX triplet: 0D, 50 and 1D. RGB value is (13,80,29). Sum of RGB (Red+Green+Blue) = 13+80+29=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #0D501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D501D is #F2AFE2. Grayscale: #363636. Windows color (decimal): -15904739 or 1921037. OLE color: 1921037.

HSL color Cylindrical-coordinate representation of color #0D501D: hue angle of 134.33º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D501D is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 80 29 -
CMYK 0.84 0 0.64 0.69
HSL 134.33º 0.72% 0.18% -
HSV(B) 134.33º 0.84% 0.31% -
XYZ 3.26 5.91 2.13 -
YUV 54.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 13 80 29 0.84 0 0.64 0.69 134.33 0.72 0.18
Hex D 50 1D 54 0 40 45 86 48 12
Octal 15 120 35 124 0 100 105 206 110 22
Binary 1101 1010000 11101 1010100 0 1000000 1000101 10000110 1001000 10010

Color Harmonies of #0D501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D501D

Black with #0D501D

Text Example


Text Example

White with #0D501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,80,29); }

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

background-color css

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

 a { background-color: rgb(13,80,29); }

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

border-color css

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

 span { border-color: rgb(13,80,29); }

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