Html Css Color HEX #338131 Japanese Laurel

📋 copy color: '#338131'

red 51 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #338131

Tints of Japanese Laurel #338131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.33%

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 22.27%
G = 56.33%
B = 21.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#338131 (or 0x338131) is known color: Japanese Laurel. HEX triplet: 33, 81 and 31. RGB value is (51,129,49). Sum of RGB (Red+Green+Blue) = 51+129+49=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #338131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338131 is #CC7ECE. Grayscale: #606060. Windows color (decimal): -13401807 or 3244339. OLE color: 3244339.

HSL color Cylindrical-coordinate representation of color #338131: hue angle of 118.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338131 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 49 -
CMYK 0.60 0 0.62 0.49
HSL 118.5º 0.45% 0.35% -
HSV(B) 118.5º 0.62% 0.51% -
XYZ 9.77 16.63 5.6 -
YUV 96.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 51 129 49 0.60 0 0.62 0.49 118.5 0.45 0.35
Hex 33 81 31 3C 0 3E 31 76 2D 23
Octal 63 201 61 74 0 76 61 166 55 43
Binary 110011 10000001 110001 111100 0 111110 110001 1110110 101101 100011

Color Harmonies of #338131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338131

Black with #338131

Text Example


Text Example

White with #338131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338131; }

 p { color: rgb(51,129,49); }

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

background-color css

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

 a { background-color: rgb(51,129,49); }

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

border-color css

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

 span { border-color: rgb(51,129,49); }

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