Html Css Color HEX #338332 Japanese Laurel

📋 copy color: '#338332'

red 51 ◦ green 131 ◦ blue 50

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

Shades of Japanese Laurel #338332

Tints of Japanese Laurel #338332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.47%

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

R = 21.98%
G = 56.47%
B = 21.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#338332 (or 0x338332) is known color: Japanese Laurel. HEX triplet: 33, 83 and 32. RGB value is (51,131,50). Sum of RGB (Red+Green+Blue) = 51+131+50=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #338332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338332 is #CC7CCD. Grayscale: #626262. Windows color (decimal): -13401294 or 3310387. OLE color: 3310387.

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

Color convert

RGB 51 131 50 -
CMYK 0.61 0 0.62 0.49
HSL 119.26º 0.45% 0.35% -
HSV(B) 119.26º 0.62% 0.51% -
XYZ 10.06 17.17 5.8 -
YUV 97.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 51 131 50 0.61 0 0.62 0.49 119.26 0.45 0.35
Hex 33 83 32 3D 0 3E 31 77 2D 23
Octal 63 203 62 75 0 76 61 167 55 43
Binary 110011 10000011 110010 111101 0 111110 110001 1110111 101101 100011

Color Harmonies of #338332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338332

Black with #338332

Text Example


Text Example

White with #338332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338332; }

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

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

background-color css

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

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

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

border-color css

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

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

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