Html Css Color HEX #338236 Japanese Laurel

📋 copy color: '#338236'

red 51 ◦ green 130 ◦ blue 54

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

Shades of Japanese Laurel #338236

Tints of Japanese Laurel #338236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 21.7%
G = 55.32%
B = 22.98%

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

#338236 (or 0x338236) is known color: Japanese Laurel. HEX triplet: 33, 82 and 36. RGB value is (51,130,54). Sum of RGB (Red+Green+Blue) = 51+130+54=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #338236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338236 is #CC7DC9. Grayscale: #616161. Windows color (decimal): -13401546 or 3572275. OLE color: 3572275.

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

Color convert

RGB 51 130 54 -
CMYK 0.61 0 0.58 0.49
HSL 122.28º 0.44% 0.35% -
HSV(B) 122.28º 0.61% 0.51% -
XYZ 10.01 16.94 6.23 -
YUV 97.72 103.33 94.68 -
System Red Green Blue C M Y K H S L
Decimal 51 130 54 0.61 0 0.58 0.49 122.28 0.44 0.35
Hex 33 82 36 3D 0 3A 31 7A 2C 23
Octal 63 202 66 75 0 72 61 172 54 43
Binary 110011 10000010 110110 111101 0 111010 110001 1111010 101100 100011

Color Harmonies of #338236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338236

Black with #338236

Text Example


Text Example

White with #338236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338236; }

 p { color: rgb(51,130,54); }

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

background-color css

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

 a { background-color: rgb(51,130,54); }

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

border-color css

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

 span { border-color: rgb(51,130,54); }

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