Html Css Color HEX #338340 Japanese Laurel

📋 copy color: '#338340'

red 51 ◦ green 131 ◦ blue 64

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

Shades of Japanese Laurel #338340

Tints of Japanese Laurel #338340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.25%

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

R = 20.73%
G = 53.25%
B = 26.02%

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

#338340 (or 0x338340) is known color: Japanese Laurel. HEX triplet: 33, 83 and 40. RGB value is (51,131,64). Sum of RGB (Red+Green+Blue) = 51+131+64=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #338340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338340 is #CC7CBF. Grayscale: #636363. Windows color (decimal): -13401280 or 4227891. OLE color: 4227891.

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

Color convert

RGB 51 131 64 -
CMYK 0.61 0 0.51 0.49
HSL 129.75º 0.44% 0.36% -
HSV(B) 129.75º 0.61% 0.51% -
XYZ 10.41 17.31 7.64 -
YUV 99.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 51 131 64 0.61 0 0.51 0.49 129.75 0.44 0.36
Hex 33 83 40 3D 0 33 31 82 2C 24
Octal 63 203 100 75 0 63 61 202 54 44
Binary 110011 10000011 1000000 111101 0 110011 110001 10000010 101100 100100

Color Harmonies of #338340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338340

Black with #338340

Text Example


Text Example

White with #338340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338340; }

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

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

background-color css

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

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

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

border-color css

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

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

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