Html Css Color HEX #337341 Japanese Laurel

📋 copy color: '#337341'

red 51 ◦ green 115 ◦ blue 65

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

Shades of Japanese Laurel #337341

Tints of Japanese Laurel #337341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 22.08%
G = 49.78%
B = 28.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#337341 (or 0x337341) is known color: Japanese Laurel. HEX triplet: 33, 73 and 41. RGB value is (51,115,65). Sum of RGB (Red+Green+Blue) = 51+115+65=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #337341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337341 is #CC8CBE. Grayscale: #5A5A5A. Windows color (decimal): -13405375 or 4289331. OLE color: 4289331.

HSL color Cylindrical-coordinate representation of color #337341: hue angle of 133.12º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337341 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 115 65 -
CMYK 0.56 0 0.43 0.55
HSL 133.13º 0.39% 0.33% -
HSV(B) 133.13º 0.56% 0.45% -
XYZ 8.45 13.35 7.13 -
YUV 90.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 51 115 65 0.56 0 0.43 0.55 133.13 0.39 0.33
Hex 33 73 41 38 0 2B 37 85 27 21
Octal 63 163 101 70 0 53 67 205 47 41
Binary 110011 1110011 1000001 111000 0 101011 110111 10000101 100111 100001

Color Harmonies of #337341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337341

Black with #337341

Text Example


Text Example

White with #337341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337341; }

 p { color: rgb(51,115,65); }

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

background-color css

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

 a { background-color: rgb(51,115,65); }

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

border-color css

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

 span { border-color: rgb(51,115,65); }

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