Html Css Color HEX #338842 Japanese Laurel

📋 copy color: '#338842'

red 51 ◦ green 136 ◦ blue 66

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

Shades of Japanese Laurel #338842

Tints of Japanese Laurel #338842

RGB

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

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

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

R = 20.16%
G = 53.75%
B = 26.09%

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

#338842 (or 0x338842) is known color: Japanese Laurel. HEX triplet: 33, 88 and 42. RGB value is (51,136,66). Sum of RGB (Red+Green+Blue) = 51+136+66=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #338842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338842 is #CC77BD. Grayscale: #666666. Windows color (decimal): -13399998 or 4360243. OLE color: 4360243.

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

Color convert

RGB 51 136 66 -
CMYK 0.62 0 0.51 0.47
HSL 130.59º 0.45% 0.37% -
HSV(B) 130.59º 0.63% 0.53% -
XYZ 11.15 18.71 8.18 -
YUV 102.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 51 136 66 0.62 0 0.51 0.47 130.59 0.45 0.37
Hex 33 88 42 3E 0 33 2F 83 2D 25
Octal 63 210 102 76 0 63 57 203 55 45
Binary 110011 10001000 1000010 111110 0 110011 101111 10000011 101101 100101

Color Harmonies of #338842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338842

Black with #338842

Text Example


Text Example

White with #338842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338842; }

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

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

background-color css

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

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

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

border-color css

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

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

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