Html Css Color HEX #0D5922 Crusoe

📋 copy color: '#0D5922'

red 13 ◦ green 89 ◦ blue 34

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

Shades of Crusoe #0D5922

Tints of Crusoe #0D5922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25%

R = 9.56%
G = 65.44%
B = 25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#0D5922 (or 0x0D5922) is known color: Crusoe. HEX triplet: 0D, 59 and 22. RGB value is (13,89,34). Sum of RGB (Red+Green+Blue) = 13+89+34=136 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.56% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5922 is #F2A6DD. Grayscale: #3C3C3C. Windows color (decimal): -15902430 or 2251021. OLE color: 2251021.

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

Color convert

RGB 13 89 34 -
CMYK 0.85 0 0.62 0.65
HSL 136.58º 0.75% 0.2% -
HSV(B) 136.58º 0.85% 0.35% -
XYZ 4.03 7.35 2.72 -
YUV 60.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 13 89 34 0.85 0 0.62 0.65 136.58 0.75 0.2
Hex D 59 22 55 0 3E 41 89 4B 14
Octal 15 131 42 125 0 76 101 211 113 24
Binary 1101 1011001 100010 1010101 0 111110 1000001 10001001 1001011 10100

Color Harmonies of #0D5922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5922

Black with #0D5922

Text Example


Text Example

White with #0D5922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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