Html Css Color HEX #134234 Sherwood Green

📋 copy color: '#134234'

red 19 ◦ green 66 ◦ blue 52

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

Shades of Sherwood Green #134234

Tints of Sherwood Green #134234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.18%

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 13.87%
G = 48.18%
B = 37.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#134234 (or 0x134234) is known color: Sherwood Green. HEX triplet: 13, 42 and 34. RGB value is (19,66,52). Sum of RGB (Red+Green+Blue) = 19+66+52=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #134234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134234 is #ECBDCB. Grayscale: #323232. Windows color (decimal): -15515084 or 3424787. OLE color: 3424787.

HSL color Cylindrical-coordinate representation of color #134234: hue angle of 162.13º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134234 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 52 -
CMYK 0.71 0 0.21 0.74
HSL 162.13º 0.55% 0.17% -
HSV(B) 162.13º 0.71% 0.26% -
XYZ 2.84 4.28 3.93 -
YUV 50.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 19 66 52 0.71 0 0.21 0.74 162.13 0.55 0.17
Hex 13 42 34 47 0 15 4A A2 37 11
Octal 23 102 64 107 0 25 112 242 67 21
Binary 10011 1000010 110100 1000111 0 10101 1001010 10100010 110111 10001

Color Harmonies of #134234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134234

Black with #134234

Text Example


Text Example

White with #134234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134234; }

 p { color: rgb(19,66,52); }

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

background-color css

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

 a { background-color: rgb(19,66,52); }

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

border-color css

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

 span { border-color: rgb(19,66,52); }

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