Html Css Color HEX #338139 Japanese Laurel

📋 copy color: '#338139'

red 51 ◦ green 129 ◦ blue 57

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

Shades of Japanese Laurel #338139

Tints of Japanese Laurel #338139

RGB

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

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

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

R = 21.52%
G = 54.43%
B = 24.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#338139 (or 0x338139) is known color: Japanese Laurel. HEX triplet: 33, 81 and 39. RGB value is (51,129,57). Sum of RGB (Red+Green+Blue) = 51+129+57=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #338139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338139 is #CC7EC6. Grayscale: #616161. Windows color (decimal): -13401799 or 3768627. OLE color: 3768627.

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

Color convert

RGB 51 129 57 -
CMYK 0.60 0 0.56 0.49
HSL 124.62º 0.43% 0.35% -
HSV(B) 124.62º 0.6% 0.51% -
XYZ 9.95 16.7 6.57 -
YUV 97.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 51 129 57 0.60 0 0.56 0.49 124.62 0.43 0.35
Hex 33 81 39 3C 0 38 31 7D 2B 23
Octal 63 201 71 74 0 70 61 175 53 43
Binary 110011 10000001 111001 111100 0 111000 110001 1111101 101011 100011

Color Harmonies of #338139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338139

Black with #338139

Text Example


Text Example

White with #338139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338139; }

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

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

background-color css

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

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

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

border-color css

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

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

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