Html Css Color HEX #0D5428 Crusoe

📋 copy color: '#0D5428'

red 13 ◦ green 84 ◦ blue 40

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

Shades of Crusoe #0D5428

Tints of Crusoe #0D5428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 61.31%

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

R = 9.49%
G = 61.31%
B = 29.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#0D5428 (or 0x0D5428) is known color: Crusoe. HEX triplet: 0D, 54 and 28. RGB value is (13,84,40). Sum of RGB (Red+Green+Blue) = 13+84+40=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #0D5428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5428 is #F2ABD7. Grayscale: #393939. Windows color (decimal): -15903704 or 2642957. OLE color: 2642957.

HSL color Cylindrical-coordinate representation of color #0D5428: hue angle of 142.82º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5428 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 84 40 -
CMYK 0.85 0 0.52 0.67
HSL 142.82º 0.73% 0.19% -
HSV(B) 142.82º 0.85% 0.33% -
XYZ 3.72 6.58 3.08 -
YUV 57.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 13 84 40 0.85 0 0.52 0.67 142.82 0.73 0.19
Hex D 54 28 55 0 34 43 8F 49 13
Octal 15 124 50 125 0 64 103 217 111 23
Binary 1101 1010100 101000 1010101 0 110100 1000011 10001111 1001001 10011

Color Harmonies of #0D5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5428

Black with #0D5428

Text Example


Text Example

White with #0D5428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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