Html Css Color HEX #14533F Sherwood Green

📋 copy color: '#14533F'

red 20 ◦ green 83 ◦ blue 63

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

Shades of Sherwood Green #14533F

Tints of Sherwood Green #14533F

RGB

 RED value IS 20 (8.2% from 255) = 12.05%

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

 BLUE value IS 63 (25% from 255) = 37.95%

R = 12.05%
G = 50%
B = 37.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#14533F (or 0x14533F) is known color: Sherwood Green. HEX triplet: 14, 53 and 3F. RGB value is (20,83,63). Sum of RGB (Red+Green+Blue) = 20+83+63=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #14533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14533F is #EBACC0. Grayscale: #3D3D3D. Windows color (decimal): -15445185 or 4150036. OLE color: 4150036.

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

Color convert

RGB 20 83 63 -
CMYK 0.76 0 0.24 0.67
HSL 160.95º 0.61% 0.2% -
HSV(B) 160.95º 0.76% 0.33% -
XYZ 4.28 6.69 5.77 -
YUV 61.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 20 83 63 0.76 0 0.24 0.67 160.95 0.61 0.2
Hex 14 53 3F 4C 0 18 43 A1 3D 14
Octal 24 123 77 114 0 30 103 241 75 24
Binary 10100 1010011 111111 1001100 0 11000 1000011 10100001 111101 10100

Color Harmonies of #14533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14533F

Black with #14533F

Text Example


Text Example

White with #14533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14533F; }

 p { color: rgb(20,83,63); }

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

background-color css

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

 a { background-color: rgb(20,83,63); }

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

border-color css

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

 span { border-color: rgb(20,83,63); }

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