Html Css Color HEX #0D532F Crusoe

📋 copy color: '#0D532F'

red 13 ◦ green 83 ◦ blue 47

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

Shades of Crusoe #0D532F

Tints of Crusoe #0D532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.87%

R = 9.09%
G = 58.04%
B = 32.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#0D532F (or 0x0D532F) is known color: Crusoe. HEX triplet: 0D, 53 and 2F. RGB value is (13,83,47). Sum of RGB (Red+Green+Blue) = 13+83+47=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #0D532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D532F is #F2ACD0. Grayscale: #3A3A3A. Windows color (decimal): -15903953 or 3101453. OLE color: 3101453.

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

Color convert

RGB 13 83 47 -
CMYK 0.84 0 0.43 0.67
HSL 149.14º 0.73% 0.19% -
HSV(B) 149.14º 0.84% 0.33% -
XYZ 3.77 6.48 3.74 -
YUV 57.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 13 83 47 0.84 0 0.43 0.67 149.14 0.73 0.19
Hex D 53 2F 54 0 2B 43 95 49 13
Octal 15 123 57 124 0 53 103 225 111 23
Binary 1101 1010011 101111 1010100 0 101011 1000011 10010101 1001001 10011

Color Harmonies of #0D532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D532F

Black with #0D532F

Text Example


Text Example

White with #0D532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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