Html Css Color HEX #125440 Sherwood Green

📋 copy color: '#125440'

red 18 ◦ green 84 ◦ blue 64

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

Shades of Sherwood Green #125440

Tints of Sherwood Green #125440

RGB

 RED value IS 18 (7.42% from 255) = 10.84%

 GREEN value IS 84 (33.2% from 255) = 50.6%

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 10.84%
G = 50.6%
B = 38.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#125440 (or 0x125440) is known color: Sherwood Green. HEX triplet: 12, 54 and 40. RGB value is (18,84,64). Sum of RGB (Red+Green+Blue) = 18+84+64=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #125440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125440 is #EDABBF. Grayscale: #3D3D3D. Windows color (decimal): -15576000 or 4215826. OLE color: 4215826.

HSL color Cylindrical-coordinate representation of color #125440: hue angle of 161.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125440 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 64 -
CMYK 0.79 0 0.24 0.67
HSL 161.82º 0.65% 0.2% -
HSV(B) 161.82º 0.79% 0.33% -
XYZ 4.35 6.84 5.94 -
YUV 61.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 18 84 64 0.79 0 0.24 0.67 161.82 0.65 0.2
Hex 12 54 40 4F 0 18 43 A2 41 14
Octal 22 124 100 117 0 30 103 242 101 24
Binary 10010 1010100 1000000 1001111 0 11000 1000011 10100010 1000001 10100

Color Harmonies of #125440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125440

Black with #125440

Text Example


Text Example

White with #125440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125440; }

 p { color: rgb(18,84,64); }

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

background-color css

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

 a { background-color: rgb(18,84,64); }

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

border-color css

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

 span { border-color: rgb(18,84,64); }

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