Html Css Color HEX #337E3A Japanese Laurel

📋 copy color: '#337E3A'

red 51 ◦ green 126 ◦ blue 58

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

Shades of Japanese Laurel #337E3A

Tints of Japanese Laurel #337E3A

RGB

 RED value IS 51 (20.31% from 255) = 21.7%

 GREEN value IS 126 (49.61% from 255) = 53.62%

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 21.7%
G = 53.62%
B = 24.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#337E3A (or 0x337E3A) is known color: Japanese Laurel. HEX triplet: 33, 7E and 3A. RGB value is (51,126,58). Sum of RGB (Red+Green+Blue) = 51+126+58=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #337E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337E3A is #CC81C5. Grayscale: #606060. Windows color (decimal): -13402566 or 3833395. OLE color: 3833395.

HSL color Cylindrical-coordinate representation of color #337E3A: hue angle of 125.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E3A is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 126 58 -
CMYK 0.60 0 0.54 0.51
HSL 125.6º 0.42% 0.35% -
HSV(B) 125.6º 0.6% 0.49% -
XYZ 9.59 15.93 6.57 -
YUV 95.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 51 126 58 0.60 0 0.54 0.51 125.6 0.42 0.35
Hex 33 7E 3A 3C 0 36 33 7E 2A 23
Octal 63 176 72 74 0 66 63 176 52 43
Binary 110011 1111110 111010 111100 0 110110 110011 1111110 101010 100011

Color Harmonies of #337E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337E3A

Black with #337E3A

Text Example


Text Example

White with #337E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337E3A; }

 p { color: rgb(51,126,58); }

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

background-color css

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

 a { background-color: rgb(51,126,58); }

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

border-color css

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

 span { border-color: rgb(51,126,58); }

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