Html Css Color HEX #338240 Japanese Laurel

📋 copy color: '#338240'

red 51 ◦ green 130 ◦ blue 64

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

Shades of Japanese Laurel #338240

Tints of Japanese Laurel #338240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.06%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 20.82%
G = 53.06%
B = 26.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#338240 (or 0x338240) is known color: Japanese Laurel. HEX triplet: 33, 82 and 40. RGB value is (51,130,64). Sum of RGB (Red+Green+Blue) = 51+130+64=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #338240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338240 is #CC7DBF. Grayscale: #636363. Windows color (decimal): -13401536 or 4227635. OLE color: 4227635.

HSL color Cylindrical-coordinate representation of color #338240: hue angle of 129.87º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338240 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 64 -
CMYK 0.61 0 0.51 0.49
HSL 129.87º 0.44% 0.35% -
HSV(B) 129.87º 0.61% 0.51% -
XYZ 10.27 17.04 7.6 -
YUV 98.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 51 130 64 0.61 0 0.51 0.49 129.87 0.44 0.35
Hex 33 82 40 3D 0 33 31 82 2C 23
Octal 63 202 100 75 0 63 61 202 54 43
Binary 110011 10000010 1000000 111101 0 110011 110001 10000010 101100 100011

Color Harmonies of #338240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338240

Black with #338240

Text Example


Text Example

White with #338240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338240; }

 p { color: rgb(51,130,64); }

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

background-color css

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

 a { background-color: rgb(51,130,64); }

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

border-color css

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

 span { border-color: rgb(51,130,64); }

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