Html Css Color HEX #0D522A Crusoe

📋 copy color: '#0D522A'

red 13 ◦ green 82 ◦ blue 42

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

Shades of Crusoe #0D522A

Tints of Crusoe #0D522A

RGB

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

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

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

R = 9.49%
G = 59.85%
B = 30.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#0D522A (or 0x0D522A) is known color: Crusoe. HEX triplet: 0D, 52 and 2A. RGB value is (13,82,42). Sum of RGB (Red+Green+Blue) = 13+82+42=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #0D522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D522A is #F2ADD5. Grayscale: #383838. Windows color (decimal): -15904214 or 2773517. OLE color: 2773517.

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

Color convert

RGB 13 82 42 -
CMYK 0.84 0 0.49 0.68
HSL 145.22º 0.73% 0.19% -
HSV(B) 145.22º 0.84% 0.32% -
XYZ 3.6 6.29 3.21 -
YUV 56.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 13 82 42 0.84 0 0.49 0.68 145.22 0.73 0.19
Hex D 52 2A 54 0 31 44 91 49 13
Octal 15 122 52 124 0 61 104 221 111 23
Binary 1101 1010010 101010 1010100 0 110001 1000100 10010001 1001001 10011

Color Harmonies of #0D522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D522A

Black with #0D522A

Text Example


Text Example

White with #0D522A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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