Html Css Color HEX #337C3B Japanese Laurel

📋 copy color: '#337C3B'

red 51 ◦ green 124 ◦ blue 59

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

Shades of Japanese Laurel #337C3B

Tints of Japanese Laurel #337C3B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 52.99%

 BLUE value IS 59 (23.44% from 255) = 25.21%

R = 21.79%
G = 52.99%
B = 25.21%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#337C3B (or 0x337C3B) is known color: Japanese Laurel. HEX triplet: 33, 7C and 3B. RGB value is (51,124,59). Sum of RGB (Red+Green+Blue) = 51+124+59=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #337C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337C3B is #CC83C4. Grayscale: #5E5E5E. Windows color (decimal): -13403077 or 3898419. OLE color: 3898419.

HSL color Cylindrical-coordinate representation of color #337C3B: hue angle of 126.58º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337C3B is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 124 59 -
CMYK 0.59 0 0.52 0.51
HSL 126.58º 0.42% 0.34% -
HSV(B) 126.58º 0.59% 0.49% -
XYZ 9.36 15.43 6.62 -
YUV 94.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 51 124 59 0.59 0 0.52 0.51 126.58 0.42 0.34
Hex 33 7C 3B 3B 0 34 33 7F 2A 22
Octal 63 174 73 73 0 64 63 177 52 42
Binary 110011 1111100 111011 111011 0 110100 110011 1111111 101010 100010

Color Harmonies of #337C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C3B

Black with #337C3B

Text Example


Text Example

White with #337C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,124,59); }

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

background-color css

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

 a { background-color: rgb(51,124,59); }

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

border-color css

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

 span { border-color: rgb(51,124,59); }

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