Html Css Color HEX #338431 Japanese Laurel

📋 copy color: '#338431'

red 51 ◦ green 132 ◦ blue 49

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

Shades of Japanese Laurel #338431

Tints of Japanese Laurel #338431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.9%

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

R = 21.98%
G = 56.9%
B = 21.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#338431 (or 0x338431) is known color: Japanese Laurel. HEX triplet: 33, 84 and 31. RGB value is (51,132,49). Sum of RGB (Red+Green+Blue) = 51+132+49=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #338431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338431 is #CC7BCE. Grayscale: #626262. Windows color (decimal): -13401039 or 3245107. OLE color: 3245107.

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

Color convert

RGB 51 132 49 -
CMYK 0.61 0 0.63 0.48
HSL 118.55º 0.46% 0.35% -
HSV(B) 118.55º 0.63% 0.52% -
XYZ 10.17 17.43 5.73 -
YUV 98.32 100.16 94.25 -
System Red Green Blue C M Y K H S L
Decimal 51 132 49 0.61 0 0.63 0.48 118.55 0.46 0.35
Hex 33 84 31 3D 0 3F 30 77 2E 23
Octal 63 204 61 75 0 77 60 167 56 43
Binary 110011 10000100 110001 111101 0 111111 110000 1110111 101110 100011

Color Harmonies of #338431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338431

Black with #338431

Text Example


Text Example

White with #338431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338431; }

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

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

background-color css

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

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

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

border-color css

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

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

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