Html Css Color HEX #0D532B Crusoe

📋 copy color: '#0D532B'

red 13 ◦ green 83 ◦ blue 43

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

Shades of Crusoe #0D532B

Tints of Crusoe #0D532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.94%

R = 9.35%
G = 59.71%
B = 30.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#0D532B (or 0x0D532B) is known color: Crusoe. HEX triplet: 0D, 53 and 2B. RGB value is (13,83,43). Sum of RGB (Red+Green+Blue) = 13+83+43=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #0D532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D532B is #F2ACD4. Grayscale: #393939. Windows color (decimal): -15903957 or 2839309. OLE color: 2839309.

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

Color convert

RGB 13 83 43 -
CMYK 0.84 0 0.48 0.67
HSL 145.71º 0.73% 0.19% -
HSV(B) 145.71º 0.84% 0.33% -
XYZ 3.7 6.45 3.34 -
YUV 57.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 13 83 43 0.84 0 0.48 0.67 145.71 0.73 0.19
Hex D 53 2B 54 0 30 43 92 49 13
Octal 15 123 53 124 0 60 103 222 111 23
Binary 1101 1010011 101011 1010100 0 110000 1000011 10010010 1001001 10011

Color Harmonies of #0D532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D532B

Black with #0D532B

Text Example


Text Example

White with #0D532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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