Html Css Color HEX #338840 Japanese Laurel

📋 copy color: '#338840'

red 51 ◦ green 136 ◦ blue 64

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

Shades of Japanese Laurel #338840

Tints of Japanese Laurel #338840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.18%

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

R = 20.32%
G = 54.18%
B = 25.5%

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

#338840 (or 0x338840) is known color: Japanese Laurel. HEX triplet: 33, 88 and 40. RGB value is (51,136,64). Sum of RGB (Red+Green+Blue) = 51+136+64=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #338840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338840 is #CC77BF. Grayscale: #666666. Windows color (decimal): -13400000 or 4229171. OLE color: 4229171.

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

Color convert

RGB 51 136 64 -
CMYK 0.62 0 0.53 0.47
HSL 129.18º 0.45% 0.37% -
HSV(B) 129.18º 0.63% 0.53% -
XYZ 11.09 18.68 7.87 -
YUV 102.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 51 136 64 0.62 0 0.53 0.47 129.18 0.45 0.37
Hex 33 88 40 3E 0 35 2F 81 2D 25
Octal 63 210 100 76 0 65 57 201 55 45
Binary 110011 10001000 1000000 111110 0 110101 101111 10000001 101101 100101

Color Harmonies of #338840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338840

Black with #338840

Text Example


Text Example

White with #338840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338840; }

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

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

background-color css

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

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

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

border-color css

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

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

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