Html Css Color HEX #338740 Japanese Laurel

📋 copy color: '#338740'

red 51 ◦ green 135 ◦ blue 64

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

Shades of Japanese Laurel #338740

Tints of Japanese Laurel #338740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54%

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

R = 20.4%
G = 54%
B = 25.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#338740 (or 0x338740) is known color: Japanese Laurel. HEX triplet: 33, 87 and 40. RGB value is (51,135,64). Sum of RGB (Red+Green+Blue) = 51+135+64=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #338740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338740 is #CC78BF. Grayscale: #656565. Windows color (decimal): -13400256 or 4228915. OLE color: 4228915.

HSL color Cylindrical-coordinate representation of color #338740: hue angle of 129.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338740 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 135 64 -
CMYK 0.62 0 0.53 0.47
HSL 129.29º 0.45% 0.36% -
HSV(B) 129.29º 0.62% 0.53% -
XYZ 10.95 18.4 7.83 -
YUV 101.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 51 135 64 0.62 0 0.53 0.47 129.29 0.45 0.36
Hex 33 87 40 3E 0 35 2F 81 2D 24
Octal 63 207 100 76 0 65 57 201 55 44
Binary 110011 10000111 1000000 111110 0 110101 101111 10000001 101101 100100

Color Harmonies of #338740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338740

Black with #338740

Text Example


Text Example

White with #338740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338740; }

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

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

background-color css

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

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

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

border-color css

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

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

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