Html Css Color HEX #338E35 Japanese Laurel

📋 copy color: '#338E35'

red 51 ◦ green 142 ◦ blue 53

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

Shades of Japanese Laurel #338E35

Tints of Japanese Laurel #338E35

RGB

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

 GREEN value IS 142 (55.86% from 255) = 57.72%

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 20.73%
G = 57.72%
B = 21.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#338E35 (or 0x338E35) is known color: Japanese Laurel. HEX triplet: 33, 8E and 35. RGB value is (51,142,53). Sum of RGB (Red+Green+Blue) = 51+142+53=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #338E35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338E35 is #CC71CA. Grayscale: #686868. Windows color (decimal): -13398475 or 3509811. OLE color: 3509811.

HSL color Cylindrical-coordinate representation of color #338E35: hue angle of 121.32º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338E35 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 142 53 -
CMYK 0.64 0 0.63 0.44
HSL 121.32º 0.47% 0.38% -
HSV(B) 121.32º 0.64% 0.56% -
XYZ 11.68 20.31 6.67 -
YUV 104.65 98.85 89.74 -
System Red Green Blue C M Y K H S L
Decimal 51 142 53 0.64 0 0.63 0.44 121.32 0.47 0.38
Hex 33 8E 35 40 0 3F 2C 79 2F 26
Octal 63 216 65 100 0 77 54 171 57 46
Binary 110011 10001110 110101 1000000 0 111111 101100 1111001 101111 100110

Color Harmonies of #338E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338E35

Black with #338E35

Text Example


Text Example

White with #338E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338E35; }

 p { color: rgb(51,142,53); }

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

background-color css

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

 a { background-color: rgb(51,142,53); }

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

border-color css

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

 span { border-color: rgb(51,142,53); }

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