Html Css Color HEX #0D521D Crusoe

📋 copy color: '#0D521D'

red 13 ◦ green 82 ◦ blue 29

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

Shades of Crusoe #0D521D

Tints of Crusoe #0D521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 66.13%

 BLUE value IS 29 (11.72% from 255) = 23.39%

R = 10.48%
G = 66.13%
B = 23.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#0D521D (or 0x0D521D) is known color: Crusoe. HEX triplet: 0D, 52 and 1D. RGB value is (13,82,29). Sum of RGB (Red+Green+Blue) = 13+82+29=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #0D521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D521D is #F2ADE2. Grayscale: #373737. Windows color (decimal): -15904227 or 1921549. OLE color: 1921549.

HSL color Cylindrical-coordinate representation of color #0D521D: hue angle of 133.91º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D521D is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 82 29 -
CMYK 0.84 0 0.65 0.68
HSL 133.91º 0.73% 0.19% -
HSV(B) 133.91º 0.84% 0.32% -
XYZ 3.41 6.21 2.18 -
YUV 55.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 13 82 29 0.84 0 0.65 0.68 133.91 0.73 0.19
Hex D 52 1D 54 0 41 44 86 49 13
Octal 15 122 35 124 0 101 104 206 111 23
Binary 1101 1010010 11101 1010100 0 1000001 1000100 10000110 1001001 10011

Color Harmonies of #0D521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D521D

Black with #0D521D

Text Example


Text Example

White with #0D521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,82,29); }

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

background-color css

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

 a { background-color: rgb(13,82,29); }

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

border-color css

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

 span { border-color: rgb(13,82,29); }

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