Html Css Color HEX #0D592A Crusoe

📋 copy color: '#0D592A'

red 13 ◦ green 89 ◦ blue 42

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

Shades of Crusoe #0D592A

Tints of Crusoe #0D592A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.17%

R = 9.03%
G = 61.81%
B = 29.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#0D592A (or 0x0D592A) is known color: Crusoe. HEX triplet: 0D, 59 and 2A. RGB value is (13,89,42). Sum of RGB (Red+Green+Blue) = 13+89+42=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #0D592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D592A is #F2A6D5. Grayscale: #3D3D3D. Windows color (decimal): -15902422 or 2775309. OLE color: 2775309.

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

Color convert

RGB 13 89 42 -
CMYK 0.85 0 0.53 0.65
HSL 142.89º 0.75% 0.2% -
HSV(B) 142.89º 0.85% 0.35% -
XYZ 4.16 7.4 3.4 -
YUV 60.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 13 89 42 0.85 0 0.53 0.65 142.89 0.75 0.2
Hex D 59 2A 55 0 35 41 8F 4B 14
Octal 15 131 52 125 0 65 101 217 113 24
Binary 1101 1011001 101010 1010101 0 110101 1000001 10001111 1001011 10100

Color Harmonies of #0D592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D592A

Black with #0D592A

Text Example


Text Example

White with #0D592A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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