Html Css Color HEX #337E3D Japanese Laurel

📋 copy color: '#337E3D'

red 51 ◦ green 126 ◦ blue 61

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

Shades of Japanese Laurel #337E3D

Tints of Japanese Laurel #337E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.63%

R = 21.43%
G = 52.94%
B = 25.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#337E3D (or 0x337E3D) is known color: Japanese Laurel. HEX triplet: 33, 7E and 3D. RGB value is (51,126,61). Sum of RGB (Red+Green+Blue) = 51+126+61=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #337E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337E3D is #CC81C2. Grayscale: #606060. Windows color (decimal): -13402563 or 4030003. OLE color: 4030003.

HSL color Cylindrical-coordinate representation of color #337E3D: hue angle of 128º 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 #337E3D is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 126 61 -
CMYK 0.60 0 0.52 0.51
HSL 128º 0.42% 0.35% -
HSV(B) 128º 0.6% 0.49% -
XYZ 9.67 15.96 6.99 -
YUV 96.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 51 126 61 0.60 0 0.52 0.51 128 0.42 0.35
Hex 33 7E 3D 3C 0 34 33 80 2A 23
Octal 63 176 75 74 0 64 63 200 52 43
Binary 110011 1111110 111101 111100 0 110100 110011 10000000 101010 100011

Color Harmonies of #337E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337E3D

Black with #337E3D

Text Example


Text Example

White with #337E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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