Html Css Color HEX #0D5E15 Crusoe

📋 copy color: '#0D5E15'

red 13 ◦ green 94 ◦ blue 21

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

Shades of Crusoe #0D5E15

Tints of Crusoe #0D5E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 73.44%

 BLUE value IS 21 (8.59% from 255) = 16.41%

R = 10.16%
G = 73.44%
B = 16.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#0D5E15 (or 0x0D5E15) is known color: Crusoe. HEX triplet: 0D, 5E and 15. RGB value is (13,94,21). Sum of RGB (Red+Green+Blue) = 13+94+21=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 94 (37.11% from 255 or 73.44% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 94 - color contains mainly: green. Hex color #0D5E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5E15 is #F2A1EA. Grayscale: #3D3D3D. Windows color (decimal): -15901163 or 1400333. OLE color: 1400333.

HSL color Cylindrical-coordinate representation of color #0D5E15: hue angle of 125.93º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5E15 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 94 21 -
CMYK 0.86 0 0.78 0.63
HSL 125.93º 0.76% 0.21% -
HSV(B) 125.93º 0.86% 0.37% -
XYZ 4.3 8.15 2.05 -
YUV 61.46 105.16 93.44 -
System Red Green Blue C M Y K H S L
Decimal 13 94 21 0.86 0 0.78 0.63 125.93 0.76 0.21
Hex D 5E 15 56 0 4E 3F 7E 4C 15
Octal 15 136 25 126 0 116 77 176 114 25
Binary 1101 1011110 10101 1010110 0 1001110 111111 1111110 1001100 10101

Color Harmonies of #0D5E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5E15

Black with #0D5E15

Text Example


Text Example

White with #0D5E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,94,21); }

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

background-color css

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

 a { background-color: rgb(13,94,21); }

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

border-color css

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

 span { border-color: rgb(13,94,21); }

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