Html Css Color HEX #0A532C Crusoe

📋 copy color: '#0A532C'

red 10 ◦ green 83 ◦ blue 44

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

Shades of Crusoe #0A532C

Tints of Crusoe #0A532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 7.3%
G = 60.58%
B = 32.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#0A532C (or 0x0A532C) is known color: Crusoe. HEX triplet: 0A, 53 and 2C. RGB value is (10,83,44). Sum of RGB (Red+Green+Blue) = 10+83+44=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #0A532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A532C is #F5ACD3. Grayscale: #383838. Windows color (decimal): -16100564 or 2904842. OLE color: 2904842.

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

Color convert

RGB 10 83 44 -
CMYK 0.88 0 0.47 0.67
HSL 147.95º 0.78% 0.18% -
HSV(B) 147.95º 0.88% 0.33% -
XYZ 3.67 6.43 3.43 -
YUV 56.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 10 83 44 0.88 0 0.47 0.67 147.95 0.78 0.18
Hex A 53 2C 58 0 2F 43 94 4E 12
Octal 12 123 54 130 0 57 103 224 116 22
Binary 1010 1010011 101100 1011000 0 101111 1000011 10010100 1001110 10010

Color Harmonies of #0A532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A532C

Black with #0A532C

Text Example


Text Example

White with #0A532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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