Html Css Color HEX #0D5322 Crusoe

📋 copy color: '#0D5322'

red 13 ◦ green 83 ◦ blue 34

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

Shades of Crusoe #0D5322

Tints of Crusoe #0D5322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 26.15%

R = 10%
G = 63.85%
B = 26.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#0D5322 (or 0x0D5322) is known color: Crusoe. HEX triplet: 0D, 53 and 22. RGB value is (13,83,34). Sum of RGB (Red+Green+Blue) = 13+83+34=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5322 is #F2ACDD. Grayscale: #383838. Windows color (decimal): -15903966 or 2249485. OLE color: 2249485.

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

Color convert

RGB 13 83 34 -
CMYK 0.84 0 0.59 0.67
HSL 138º 0.73% 0.19% -
HSV(B) 138º 0.84% 0.33% -
XYZ 3.55 6.39 2.56 -
YUV 56.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 13 83 34 0.84 0 0.59 0.67 138 0.73 0.19
Hex D 53 22 54 0 3B 43 8A 49 13
Octal 15 123 42 124 0 73 103 212 111 23
Binary 1101 1010011 100010 1010100 0 111011 1000011 10001010 1001001 10011

Color Harmonies of #0D5322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5322

Black with #0D5322

Text Example


Text Example

White with #0D5322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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