Html Css Color HEX #0A5322 Crusoe

📋 copy color: '#0A5322'

red 10 ◦ green 83 ◦ blue 34

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

Shades of Crusoe #0A5322

Tints of Crusoe #0A5322

RGB

 RED value IS 10 (4.3% from 255) = 7.87%

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

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

R = 7.87%
G = 65.35%
B = 26.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#0A5322 (or 0x0A5322) is known color: Crusoe. HEX triplet: 0A, 53 and 22. RGB value is (10,83,34). Sum of RGB (Red+Green+Blue) = 10+83+34=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5322 is #F5ACDD. Grayscale: #373737. Windows color (decimal): -16100574 or 2249482. OLE color: 2249482.

HSL color Cylindrical-coordinate representation of color #0A5322: hue angle of 139.73º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5322 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 83 34 -
CMYK 0.88 0 0.59 0.67
HSL 139.73º 0.78% 0.18% -
HSV(B) 139.73º 0.88% 0.33% -
XYZ 3.51 6.37 2.56 -
YUV 55.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 10 83 34 0.88 0 0.59 0.67 139.73 0.78 0.18
Hex A 53 22 58 0 3B 43 8C 4E 12
Octal 12 123 42 130 0 73 103 214 116 22
Binary 1010 1010011 100010 1011000 0 111011 1000011 10001100 1001110 10010

Color Harmonies of #0A5322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5322

Black with #0A5322

Text Example


Text Example

White with #0A5322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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