Html Css Color HEX #0D582B Crusoe

📋 copy color: '#0D582B'

red 13 ◦ green 88 ◦ blue 43

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

Shades of Crusoe #0D582B

Tints of Crusoe #0D582B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 61.11%

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 9.03%
G = 61.11%
B = 29.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#0D582B (or 0x0D582B) is known color: Crusoe. HEX triplet: 0D, 58 and 2B. RGB value is (13,88,43). Sum of RGB (Red+Green+Blue) = 13+88+43=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 88 (34.77% from 255 or 61.11% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 88 - color contains mainly: green. Hex color #0D582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D582B is #F2A7D4. Grayscale: #3C3C3C. Windows color (decimal): -15902677 or 2840589. OLE color: 2840589.

HSL color Cylindrical-coordinate representation of color #0D582B: hue angle of 144º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D582B is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 88 43 -
CMYK 0.85 0 0.51 0.65
HSL 144º 0.74% 0.2% -
HSV(B) 144º 0.85% 0.35% -
XYZ 4.09 7.24 3.47 -
YUV 60.45 118.15 94.16 -
System Red Green Blue C M Y K H S L
Decimal 13 88 43 0.85 0 0.51 0.65 144 0.74 0.2
Hex D 58 2B 55 0 33 41 90 4A 14
Octal 15 130 53 125 0 63 101 220 112 24
Binary 1101 1011000 101011 1010101 0 110011 1000001 10010000 1001010 10100

Color Harmonies of #0D582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D582B

Black with #0D582B

Text Example


Text Example

White with #0D582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,88,43); }

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

background-color css

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

 a { background-color: rgb(13,88,43); }

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

border-color css

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

 span { border-color: rgb(13,88,43); }

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