Html Css Color HEX #338932 Japanese Laurel

📋 copy color: '#338932'

red 51 ◦ green 137 ◦ blue 50

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

Shades of Japanese Laurel #338932

Tints of Japanese Laurel #338932

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.56%

 BLUE value IS 50 (19.92% from 255) = 21.01%

R = 21.43%
G = 57.56%
B = 21.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#338932 (or 0x338932) is known color: Japanese Laurel. HEX triplet: 33, 89 and 32. RGB value is (51,137,50). Sum of RGB (Red+Green+Blue) = 51+137+50=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #338932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338932 is #CC76CD. Grayscale: #656565. Windows color (decimal): -13399758 or 3311923. OLE color: 3311923.

HSL color Cylindrical-coordinate representation of color #338932: hue angle of 119.31º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338932 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 137 50 -
CMYK 0.63 0 0.64 0.46
HSL 119.31º 0.47% 0.37% -
HSV(B) 119.31º 0.64% 0.54% -
XYZ 10.89 18.83 6.08 -
YUV 101.37 99.01 92.07 -
System Red Green Blue C M Y K H S L
Decimal 51 137 50 0.63 0 0.64 0.46 119.31 0.47 0.37
Hex 33 89 32 3F 0 40 2E 77 2F 25
Octal 63 211 62 77 0 100 56 167 57 45
Binary 110011 10001001 110010 111111 0 1000000 101110 1110111 101111 100101

Color Harmonies of #338932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338932

Black with #338932

Text Example


Text Example

White with #338932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338932; }

 p { color: rgb(51,137,50); }

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

background-color css

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

 a { background-color: rgb(51,137,50); }

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

border-color css

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

 span { border-color: rgb(51,137,50); }

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