Html Css Color HEX #0A532D Crusoe

📋 copy color: '#0A532D'

red 10 ◦ green 83 ◦ blue 45

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

Shades of Crusoe #0A532D

Tints of Crusoe #0A532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.61%

R = 7.25%
G = 60.14%
B = 32.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#0A532D (or 0x0A532D) is known color: Crusoe. HEX triplet: 0A, 53 and 2D. RGB value is (10,83,45). Sum of RGB (Red+Green+Blue) = 10+83+45=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #0A532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A532D is #F5ACD2. Grayscale: #383838. Windows color (decimal): -16100563 or 2970378. OLE color: 2970378.

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

Color convert

RGB 10 83 45 -
CMYK 0.88 0 0.46 0.67
HSL 148.77º 0.78% 0.18% -
HSV(B) 148.77º 0.88% 0.33% -
XYZ 3.69 6.44 3.53 -
YUV 56.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 10 83 45 0.88 0 0.46 0.67 148.77 0.78 0.18
Hex A 53 2D 58 0 2E 43 95 4E 12
Octal 12 123 55 130 0 56 103 225 116 22
Binary 1010 1010011 101101 1011000 0 101110 1000011 10010101 1001110 10010

Color Harmonies of #0A532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A532D

Black with #0A532D

Text Example


Text Example

White with #0A532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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