Html Css Color HEX #338641 Japanese Laurel

📋 copy color: '#338641'

red 51 ◦ green 134 ◦ blue 65

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

Shades of Japanese Laurel #338641

Tints of Japanese Laurel #338641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26%

R = 20.4%
G = 53.6%
B = 26%

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

#338641 (or 0x338641) is known color: Japanese Laurel. HEX triplet: 33, 86 and 41. RGB value is (51,134,65). Sum of RGB (Red+Green+Blue) = 51+134+65=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #338641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338641 is #CC79BE. Grayscale: #656565. Windows color (decimal): -13400511 or 4294195. OLE color: 4294195.

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

Color convert

RGB 51 134 65 -
CMYK 0.62 0 0.51 0.47
HSL 130.12º 0.45% 0.36% -
HSV(B) 130.12º 0.62% 0.53% -
XYZ 10.84 18.14 7.93 -
YUV 101.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 51 134 65 0.62 0 0.51 0.47 130.12 0.45 0.36
Hex 33 86 41 3E 0 33 2F 82 2D 24
Octal 63 206 101 76 0 63 57 202 55 44
Binary 110011 10000110 1000001 111110 0 110011 101111 10000010 101101 100100

Color Harmonies of #338641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338641

Black with #338641

Text Example


Text Example

White with #338641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338641; }

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

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

background-color css

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

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

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

border-color css

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

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

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