Html Css Color HEX #0D522D Crusoe

📋 copy color: '#0D522D'

red 13 ◦ green 82 ◦ blue 45

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

Shades of Crusoe #0D522D

Tints of Crusoe #0D522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.14%

R = 9.29%
G = 58.57%
B = 32.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#0D522D (or 0x0D522D) is known color: Crusoe. HEX triplet: 0D, 52 and 2D. RGB value is (13,82,45). Sum of RGB (Red+Green+Blue) = 13+82+45=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #0D522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D522D is #F2ADD2. Grayscale: #393939. Windows color (decimal): -15904211 or 2970125. OLE color: 2970125.

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

Color convert

RGB 13 82 45 -
CMYK 0.84 0 0.45 0.68
HSL 147.83º 0.73% 0.19% -
HSV(B) 147.83º 0.84% 0.32% -
XYZ 3.66 6.31 3.51 -
YUV 57.15 121.14 96.51 -
System Red Green Blue C M Y K H S L
Decimal 13 82 45 0.84 0 0.45 0.68 147.83 0.73 0.19
Hex D 52 2D 54 0 2D 44 94 49 13
Octal 15 122 55 124 0 55 104 224 111 23
Binary 1101 1010010 101101 1010100 0 101101 1000100 10010100 1001001 10011

Color Harmonies of #0D522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D522D

Black with #0D522D

Text Example


Text Example

White with #0D522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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