Html Css Color HEX #0D592C Crusoe

📋 copy color: '#0D592C'

red 13 ◦ green 89 ◦ blue 44

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

Shades of Crusoe #0D592C

Tints of Crusoe #0D592C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 60.96%

 BLUE value IS 44 (17.58% from 255) = 30.14%

R = 8.9%
G = 60.96%
B = 30.14%

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

#0D592C (or 0x0D592C) is known color: Crusoe. HEX triplet: 0D, 59 and 2C. RGB value is (13,89,44). Sum of RGB (Red+Green+Blue) = 13+89+44=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #0D592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D592C is #F2A6D3. Grayscale: #3D3D3D. Windows color (decimal): -15902420 or 2906381. OLE color: 2906381.

HSL color Cylindrical-coordinate representation of color #0D592C: hue angle of 144.47º degrees, saturation: 0.75, 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 #0D592C is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 89 44 -
CMYK 0.85 0 0.51 0.65
HSL 144.47º 0.75% 0.2% -
HSV(B) 144.47º 0.85% 0.35% -
XYZ 4.19 7.41 3.59 -
YUV 61.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 13 89 44 0.85 0 0.51 0.65 144.47 0.75 0.2
Hex D 59 2C 55 0 33 41 90 4B 14
Octal 15 131 54 125 0 63 101 220 113 24
Binary 1101 1011001 101100 1010101 0 110011 1000001 10010000 1001011 10100

Color Harmonies of #0D592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D592C

Black with #0D592C

Text Example


Text Example

White with #0D592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,89,44); }

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

background-color css

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

 a { background-color: rgb(13,89,44); }

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

border-color css

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

 span { border-color: rgb(13,89,44); }

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