Html Css Color HEX #0A523C Sherwood Green

📋 copy color: '#0A523C'

red 10 ◦ green 82 ◦ blue 60

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

Shades of Sherwood Green #0A523C

Tints of Sherwood Green #0A523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 53.95%

 BLUE value IS 60 (23.83% from 255) = 39.47%

R = 6.58%
G = 53.95%
B = 39.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#0A523C (or 0x0A523C) is known color: Sherwood Green. HEX triplet: 0A, 52 and 3C. RGB value is (10,82,60). Sum of RGB (Red+Green+Blue) = 10+82+60=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #0A523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A523C is #F5ADC3. Grayscale: #393939. Windows color (decimal): -16100804 or 3953162. OLE color: 3953162.

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

Color convert

RGB 10 82 60 -
CMYK 0.88 0 0.27 0.68
HSL 161.67º 0.78% 0.18% -
HSV(B) 161.67º 0.88% 0.32% -
XYZ 3.96 6.43 5.31 -
YUV 57.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 10 82 60 0.88 0 0.27 0.68 161.67 0.78 0.18
Hex A 52 3C 58 0 1B 44 A2 4E 12
Octal 12 122 74 130 0 33 104 242 116 22
Binary 1010 1010010 111100 1011000 0 11011 1000100 10100010 1001110 10010

Color Harmonies of #0A523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A523C

Black with #0A523C

Text Example


Text Example

White with #0A523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,82,60); }

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

background-color css

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

 a { background-color: rgb(10,82,60); }

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

border-color css

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

 span { border-color: rgb(10,82,60); }

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