Html Css Color HEX #0D521F Crusoe

📋 copy color: '#0D521F'

red 13 ◦ green 82 ◦ blue 31

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

Shades of Crusoe #0D521F

Tints of Crusoe #0D521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 10.32%
G = 65.08%
B = 24.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#0D521F (or 0x0D521F) is known color: Crusoe. HEX triplet: 0D, 52 and 1F. RGB value is (13,82,31). Sum of RGB (Red+Green+Blue) = 13+82+31=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #0D521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D521F is #F2ADE0. Grayscale: #373737. Windows color (decimal): -15904225 or 2052621. OLE color: 2052621.

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

Color convert

RGB 13 82 31 -
CMYK 0.84 0 0.62 0.68
HSL 135.65º 0.73% 0.19% -
HSV(B) 135.65º 0.84% 0.32% -
XYZ 3.43 6.22 2.32 -
YUV 55.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 13 82 31 0.84 0 0.62 0.68 135.65 0.73 0.19
Hex D 52 1F 54 0 3E 44 88 49 13
Octal 15 122 37 124 0 76 104 210 111 23
Binary 1101 1010010 11111 1010100 0 111110 1000100 10001000 1001001 10011

Color Harmonies of #0D521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D521F

Black with #0D521F

Text Example


Text Example

White with #0D521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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