Html Css Color HEX #338E3C Japanese Laurel

📋 copy color: '#338E3C'

red 51 ◦ green 142 ◦ blue 60

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

Shades of Japanese Laurel #338E3C

Tints of Japanese Laurel #338E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.72%

R = 20.16%
G = 56.13%
B = 23.72%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#338E3C (or 0x338E3C) is known color: Japanese Laurel. HEX triplet: 33, 8E and 3C. RGB value is (51,142,60). Sum of RGB (Red+Green+Blue) = 51+142+60=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #338E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338E3C is #CC71C3. Grayscale: #696969. Windows color (decimal): -13398468 or 3968563. OLE color: 3968563.

HSL color Cylindrical-coordinate representation of color #338E3C: hue angle of 125.93º 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 #338E3C is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 142 60 -
CMYK 0.64 0 0.58 0.44
HSL 125.93º 0.47% 0.38% -
HSV(B) 125.93º 0.64% 0.56% -
XYZ 11.85 20.38 7.58 -
YUV 105.44 102.35 89.17 -
System Red Green Blue C M Y K H S L
Decimal 51 142 60 0.64 0 0.58 0.44 125.93 0.47 0.38
Hex 33 8E 3C 40 0 3A 2C 7E 2F 26
Octal 63 216 74 100 0 72 54 176 57 46
Binary 110011 10001110 111100 1000000 0 111010 101100 1111110 101111 100110

Color Harmonies of #338E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338E3C

Black with #338E3C

Text Example


Text Example

White with #338E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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