Html Css Color HEX #0D5028 Crusoe

📋 copy color: '#0D5028'

red 13 ◦ green 80 ◦ blue 40

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

Shades of Crusoe #0D5028

Tints of Crusoe #0D5028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.08%

R = 9.77%
G = 60.15%
B = 30.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#0D5028 (or 0x0D5028) is known color: Crusoe. HEX triplet: 0D, 50 and 28. RGB value is (13,80,40). Sum of RGB (Red+Green+Blue) = 13+80+40=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5028 is #F2AFD7. Grayscale: #373737. Windows color (decimal): -15904728 or 2641933. OLE color: 2641933.

HSL color Cylindrical-coordinate representation of color #0D5028: hue angle of 144.18º 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 #0D5028 is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 80 40 -
CMYK 0.84 0 0.5 0.69
HSL 144.18º 0.72% 0.18% -
HSV(B) 144.18º 0.84% 0.31% -
XYZ 3.42 5.98 2.98 -
YUV 55.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 13 80 40 0.84 0 0.5 0.69 144.18 0.72 0.18
Hex D 50 28 54 0 32 45 90 48 12
Octal 15 120 50 124 0 62 105 220 110 22
Binary 1101 1010000 101000 1010100 0 110010 1000101 10010000 1001000 10010

Color Harmonies of #0D5028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5028

Black with #0D5028

Text Example


Text Example

White with #0D5028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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