Html Css Color HEX #337541 Japanese Laurel

📋 copy color: '#337541'

red 51 ◦ green 117 ◦ blue 65

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

Shades of Japanese Laurel #337541

Tints of Japanese Laurel #337541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.21%

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

R = 21.89%
G = 50.21%
B = 27.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#337541 (or 0x337541) is known color: Japanese Laurel. HEX triplet: 33, 75 and 41. RGB value is (51,117,65). Sum of RGB (Red+Green+Blue) = 51+117+65=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #337541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337541 is #CC8ABE. Grayscale: #5B5B5B. Windows color (decimal): -13404863 or 4289843. OLE color: 4289843.

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

Color convert

RGB 51 117 65 -
CMYK 0.56 0 0.44 0.54
HSL 132.73º 0.39% 0.33% -
HSV(B) 132.73º 0.56% 0.46% -
XYZ 8.68 13.81 7.21 -
YUV 91.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 51 117 65 0.56 0 0.44 0.54 132.73 0.39 0.33
Hex 33 75 41 38 0 2C 36 85 27 21
Octal 63 165 101 70 0 54 66 205 47 41
Binary 110011 1110101 1000001 111000 0 101100 110110 10000101 100111 100001

Color Harmonies of #337541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337541

Black with #337541

Text Example


Text Example

White with #337541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337541; }

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

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

background-color css

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

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

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

border-color css

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

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

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