Html Css Color HEX #337F3E Japanese Laurel

📋 copy color: '#337F3E'

red 51 ◦ green 127 ◦ blue 62

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

Shades of Japanese Laurel #337F3E

Tints of Japanese Laurel #337F3E

RGB

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

 GREEN value IS 127 (50% from 255) = 52.92%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 21.25%
G = 52.92%
B = 25.83%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#337F3E (or 0x337F3E) is known color: Japanese Laurel. HEX triplet: 33, 7F and 3E. RGB value is (51,127,62). Sum of RGB (Red+Green+Blue) = 51+127+62=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #337F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F3E is #CC80C1. Grayscale: #616161. Windows color (decimal): -13402306 or 4095795. OLE color: 4095795.

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

Color convert

RGB 51 127 62 -
CMYK 0.60 0 0.51 0.50
HSL 128.68º 0.43% 0.35% -
HSV(B) 128.68º 0.6% 0.5% -
XYZ 9.82 16.23 7.17 -
YUV 96.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 51 127 62 0.60 0 0.51 0.50 128.68 0.43 0.35
Hex 33 7F 3E 3C 0 33 32 81 2B 23
Octal 63 177 76 74 0 63 62 201 53 43
Binary 110011 1111111 111110 111100 0 110011 110010 10000001 101011 100011

Color Harmonies of #337F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F3E

Black with #337F3E

Text Example


Text Example

White with #337F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,127,62); }

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

background-color css

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

 a { background-color: rgb(51,127,62); }

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

border-color css

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

 span { border-color: rgb(51,127,62); }

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