Html Css Color HEX #338935 Japanese Laurel

📋 copy color: '#338935'

red 51 ◦ green 137 ◦ blue 53

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

Shades of Japanese Laurel #338935

Tints of Japanese Laurel #338935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.99%

R = 21.16%
G = 56.85%
B = 21.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#338935 (or 0x338935) is known color: Japanese Laurel. HEX triplet: 33, 89 and 35. RGB value is (51,137,53). Sum of RGB (Red+Green+Blue) = 51+137+53=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #338935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338935 is #CC76CA. Grayscale: #656565. Windows color (decimal): -13399755 or 3508531. OLE color: 3508531.

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

Color convert

RGB 51 137 53 -
CMYK 0.63 0 0.61 0.46
HSL 121.4º 0.46% 0.37% -
HSV(B) 121.4º 0.63% 0.54% -
XYZ 10.95 18.85 6.43 -
YUV 101.71 100.51 91.83 -
System Red Green Blue C M Y K H S L
Decimal 51 137 53 0.63 0 0.61 0.46 121.4 0.46 0.37
Hex 33 89 35 3F 0 3D 2E 79 2E 25
Octal 63 211 65 77 0 75 56 171 56 45
Binary 110011 10001001 110101 111111 0 111101 101110 1111001 101110 100101

Color Harmonies of #338935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338935

Black with #338935

Text Example


Text Example

White with #338935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338935; }

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

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

background-color css

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

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

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

border-color css

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

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

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