Html Css Color HEX #338339 Japanese Laurel

📋 copy color: '#338339'

red 51 ◦ green 131 ◦ blue 57

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

Shades of Japanese Laurel #338339

Tints of Japanese Laurel #338339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 21.34%
G = 54.81%
B = 23.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#338339 (or 0x338339) is known color: Japanese Laurel. HEX triplet: 33, 83 and 39. RGB value is (51,131,57). Sum of RGB (Red+Green+Blue) = 51+131+57=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #338339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338339 is #CC7CC6. Grayscale: #626262. Windows color (decimal): -13401287 or 3769139. OLE color: 3769139.

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

Color convert

RGB 51 131 57 -
CMYK 0.61 0 0.56 0.49
HSL 124.5º 0.44% 0.36% -
HSV(B) 124.5º 0.61% 0.51% -
XYZ 10.22 17.23 6.66 -
YUV 98.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 51 131 57 0.61 0 0.56 0.49 124.5 0.44 0.36
Hex 33 83 39 3D 0 38 31 7C 2C 24
Octal 63 203 71 75 0 70 61 174 54 44
Binary 110011 10000011 111001 111101 0 111000 110001 1111100 101100 100100

Color Harmonies of #338339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338339

Black with #338339

Text Example


Text Example

White with #338339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338339; }

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

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

background-color css

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

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

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

border-color css

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

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

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