Html Css Color HEX #338337 Japanese Laurel

📋 copy color: '#338337'

red 51 ◦ green 131 ◦ blue 55

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

Shades of Japanese Laurel #338337

Tints of Japanese Laurel #338337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.21%

R = 21.52%
G = 55.27%
B = 23.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#338337 (or 0x338337) is known color: Japanese Laurel. HEX triplet: 33, 83 and 37. RGB value is (51,131,55). Sum of RGB (Red+Green+Blue) = 51+131+55=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #338337 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338337 is #CC7CC8. Grayscale: #626262. Windows color (decimal): -13401289 or 3638067. OLE color: 3638067.

HSL color Cylindrical-coordinate representation of color #338337: hue angle of 123º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338337 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 131 55 -
CMYK 0.61 0 0.58 0.49
HSL 123º 0.44% 0.36% -
HSV(B) 123º 0.61% 0.51% -
XYZ 10.17 17.21 6.4 -
YUV 98.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 51 131 55 0.61 0 0.58 0.49 123 0.44 0.36
Hex 33 83 37 3D 0 3A 31 7B 2C 24
Octal 63 203 67 75 0 72 61 173 54 44
Binary 110011 10000011 110111 111101 0 111010 110001 1111011 101100 100100

Color Harmonies of #338337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338337

Black with #338337

Text Example


Text Example

White with #338337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338337; }

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

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

background-color css

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

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

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

border-color css

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

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

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