Html Css Color HEX #338A40 Japanese Laurel

📋 copy color: '#338A40'

red 51 ◦ green 138 ◦ blue 64

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

Shades of Japanese Laurel #338A40

Tints of Japanese Laurel #338A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.55%

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

R = 20.16%
G = 54.55%
B = 25.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#338A40 (or 0x338A40) is known color: Japanese Laurel. HEX triplet: 33, 8A and 40. RGB value is (51,138,64). Sum of RGB (Red+Green+Blue) = 51+138+64=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #338A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338A40 is #CC75BF. Grayscale: #676767. Windows color (decimal): -13399488 or 4229683. OLE color: 4229683.

HSL color Cylindrical-coordinate representation of color #338A40: hue angle of 128.97º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A40 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 138 64 -
CMYK 0.63 0 0.54 0.46
HSL 128.97º 0.46% 0.37% -
HSV(B) 128.97º 0.63% 0.54% -
XYZ 11.38 19.25 7.97 -
YUV 103.55 105.68 90.52 -
System Red Green Blue C M Y K H S L
Decimal 51 138 64 0.63 0 0.54 0.46 128.97 0.46 0.37
Hex 33 8A 40 3F 0 36 2E 81 2E 25
Octal 63 212 100 77 0 66 56 201 56 45
Binary 110011 10001010 1000000 111111 0 110110 101110 10000001 101110 100101

Color Harmonies of #338A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338A40

Black with #338A40

Text Example


Text Example

White with #338A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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