Html Css Color HEX #338642 Japanese Laurel

📋 copy color: '#338642'

red 51 ◦ green 134 ◦ blue 66

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

Shades of Japanese Laurel #338642

Tints of Japanese Laurel #338642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.39%

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 20.32%
G = 53.39%
B = 26.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#338642 (or 0x338642) is known color: Japanese Laurel. HEX triplet: 33, 86 and 42. RGB value is (51,134,66). Sum of RGB (Red+Green+Blue) = 51+134+66=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #338642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338642 is #CC79BD. Grayscale: #656565. Windows color (decimal): -13400510 or 4359731. OLE color: 4359731.

HSL color Cylindrical-coordinate representation of color #338642: hue angle of 130.84º 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 #338642 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 134 66 -
CMYK 0.62 0 0.51 0.47
HSL 130.84º 0.45% 0.36% -
HSV(B) 130.84º 0.62% 0.53% -
XYZ 10.87 18.15 8.08 -
YUV 101.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 51 134 66 0.62 0 0.51 0.47 130.84 0.45 0.36
Hex 33 86 42 3E 0 33 2F 83 2D 24
Octal 63 206 102 76 0 63 57 203 55 44
Binary 110011 10000110 1000010 111110 0 110011 101111 10000011 101101 100100

Color Harmonies of #338642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338642

Black with #338642

Text Example


Text Example

White with #338642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338642; }

 p { color: rgb(51,134,66); }

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

background-color css

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

 a { background-color: rgb(51,134,66); }

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

border-color css

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

 span { border-color: rgb(51,134,66); }

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