Html Css Color HEX #154132 Sherwood Green

📋 copy color: '#154132'

red 21 ◦ green 65 ◦ blue 50

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

Shades of Sherwood Green #154132

Tints of Sherwood Green #154132

RGB

 RED value IS 21 (8.59% from 255) = 15.44%

 GREEN value IS 65 (25.78% from 255) = 47.79%

 BLUE value IS 50 (19.92% from 255) = 36.76%

R = 15.44%
G = 47.79%
B = 36.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#154132 (or 0x154132) is known color: Sherwood Green. HEX triplet: 15, 41 and 32. RGB value is (21,65,50). Sum of RGB (Red+Green+Blue) = 21+65+50=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #154132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154132 is #EABECD. Grayscale: #323232. Windows color (decimal): -15384270 or 3293461. OLE color: 3293461.

HSL color Cylindrical-coordinate representation of color #154132: hue angle of 159.55º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154132 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 65 50 -
CMYK 0.68 0 0.23 0.75
HSL 159.55º 0.51% 0.17% -
HSV(B) 159.55º 0.68% 0.25% -
XYZ 2.78 4.17 3.68 -
YUV 50.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 21 65 50 0.68 0 0.23 0.75 159.55 0.51 0.17
Hex 15 41 32 44 0 17 4B A0 33 11
Octal 25 101 62 104 0 27 113 240 63 21
Binary 10101 1000001 110010 1000100 0 10111 1001011 10100000 110011 10001

Color Harmonies of #154132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154132

Black with #154132

Text Example


Text Example

White with #154132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154132; }

 p { color: rgb(21,65,50); }

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

background-color css

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

 a { background-color: rgb(21,65,50); }

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

border-color css

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

 span { border-color: rgb(21,65,50); }

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