Html Css Color HEX #134030 Sherwood Green

📋 copy color: '#134030'

red 19 ◦ green 64 ◦ blue 48

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

Shades of Sherwood Green #134030

Tints of Sherwood Green #134030

RGB

 RED value IS 19 (7.81% from 255) = 14.5%

 GREEN value IS 64 (25.39% from 255) = 48.85%

 BLUE value IS 48 (19.14% from 255) = 36.64%

R = 14.5%
G = 48.85%
B = 36.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#134030 (or 0x134030) is known color: Sherwood Green. HEX triplet: 13, 40 and 30. RGB value is (19,64,48). Sum of RGB (Red+Green+Blue) = 19+64+48=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #134030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134030 is #ECBFCF. Grayscale: #303030. Windows color (decimal): -15515600 or 3162131. OLE color: 3162131.

HSL color Cylindrical-coordinate representation of color #134030: hue angle of 158.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134030 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 48 -
CMYK 0.70 0 0.25 0.75
HSL 158.67º 0.54% 0.16% -
HSV(B) 158.67º 0.7% 0.25% -
XYZ 2.64 4.02 3.43 -
YUV 48.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 19 64 48 0.70 0 0.25 0.75 158.67 0.54 0.16
Hex 13 40 30 46 0 19 4B 9F 36 10
Octal 23 100 60 106 0 31 113 237 66 20
Binary 10011 1000000 110000 1000110 0 11001 1001011 10011111 110110 10000

Color Harmonies of #134030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134030

Black with #134030

Text Example


Text Example

White with #134030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134030; }

 p { color: rgb(19,64,48); }

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

background-color css

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

 a { background-color: rgb(19,64,48); }

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

border-color css

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

 span { border-color: rgb(19,64,48); }

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