Html Css Color HEX #0D5323 Crusoe

📋 copy color: '#0D5323'

red 13 ◦ green 83 ◦ blue 35

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

Shades of Crusoe #0D5323

Tints of Crusoe #0D5323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.72%

R = 9.92%
G = 63.36%
B = 26.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#0D5323 (or 0x0D5323) is known color: Crusoe. HEX triplet: 0D, 53 and 23. RGB value is (13,83,35). Sum of RGB (Red+Green+Blue) = 13+83+35=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5323 is #F2ACDC. Grayscale: #383838. Windows color (decimal): -15903965 or 2315021. OLE color: 2315021.

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

Color convert

RGB 13 83 35 -
CMYK 0.84 0 0.58 0.67
HSL 138.86º 0.73% 0.19% -
HSV(B) 138.86º 0.84% 0.33% -
XYZ 3.56 6.39 2.64 -
YUV 56.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 13 83 35 0.84 0 0.58 0.67 138.86 0.73 0.19
Hex D 53 23 54 0 3A 43 8B 49 13
Octal 15 123 43 124 0 72 103 213 111 23
Binary 1101 1010011 100011 1010100 0 111010 1000011 10001011 1001001 10011

Color Harmonies of #0D5323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5323

Black with #0D5323

Text Example


Text Example

White with #0D5323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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