Html Css Color HEX #338342 Japanese Laurel

📋 copy color: '#338342'

red 51 ◦ green 131 ◦ blue 66

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

Shades of Japanese Laurel #338342

Tints of Japanese Laurel #338342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

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

R = 20.56%
G = 52.82%
B = 26.61%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#338342 (or 0x338342) is known color: Japanese Laurel. HEX triplet: 33, 83 and 42. RGB value is (51,131,66). Sum of RGB (Red+Green+Blue) = 51+131+66=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #338342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338342 is #CC7CBD. Grayscale: #636363. Windows color (decimal): -13401278 or 4358963. OLE color: 4358963.

HSL color Cylindrical-coordinate representation of color #338342: hue angle of 131.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338342 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 131 66 -
CMYK 0.61 0 0.50 0.49
HSL 131.25º 0.44% 0.36% -
HSV(B) 131.25º 0.61% 0.51% -
XYZ 10.46 17.33 7.95 -
YUV 99.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 51 131 66 0.61 0 0.50 0.49 131.25 0.44 0.36
Hex 33 83 42 3D 0 32 31 83 2C 24
Octal 63 203 102 75 0 62 61 203 54 44
Binary 110011 10000011 1000010 111101 0 110010 110001 10000011 101100 100100

Color Harmonies of #338342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338342

Black with #338342

Text Example


Text Example

White with #338342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338342; }

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

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

background-color css

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

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

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

border-color css

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

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

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