Html Css Color HEX #0D531C Crusoe

📋 copy color: '#0D531C'

red 13 ◦ green 83 ◦ blue 28

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

Shades of Crusoe #0D531C

Tints of Crusoe #0D531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 66.94%

 BLUE value IS 28 (11.33% from 255) = 22.58%

R = 10.48%
G = 66.94%
B = 22.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#0D531C (or 0x0D531C) is known color: Crusoe. HEX triplet: 0D, 53 and 1C. RGB value is (13,83,28). Sum of RGB (Red+Green+Blue) = 13+83+28=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #0D531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D531C is #F2ACE3. Grayscale: #373737. Windows color (decimal): -15903972 or 1856269. OLE color: 1856269.

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

Color convert

RGB 13 83 28 -
CMYK 0.84 0 0.66 0.67
HSL 132.86º 0.73% 0.19% -
HSV(B) 132.86º 0.84% 0.33% -
XYZ 3.47 6.36 2.14 -
YUV 55.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 13 83 28 0.84 0 0.66 0.67 132.86 0.73 0.19
Hex D 53 1C 54 0 42 43 85 49 13
Octal 15 123 34 124 0 102 103 205 111 23
Binary 1101 1010011 11100 1010100 0 1000010 1000011 10000101 1001001 10011

Color Harmonies of #0D531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D531C

Black with #0D531C

Text Example


Text Example

White with #0D531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,83,28); }

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

background-color css

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

 a { background-color: rgb(13,83,28); }

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

border-color css

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

 span { border-color: rgb(13,83,28); }

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