Html Css Color HEX #357E33 Japanese Laurel

📋 copy color: '#357E33'

red 53 ◦ green 126 ◦ blue 51

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

Shades of Japanese Laurel #357E33

Tints of Japanese Laurel #357E33

RGB

 RED value IS 53 (21.09% from 255) = 23.04%

 GREEN value IS 126 (49.61% from 255) = 54.78%

 BLUE value IS 51 (20.31% from 255) = 22.17%

R = 23.04%
G = 54.78%
B = 22.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#357E33 (or 0x357E33) is known color: Japanese Laurel. HEX triplet: 35, 7E and 33. RGB value is (53,126,51). Sum of RGB (Red+Green+Blue) = 53+126+51=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 126 (49.61% from 255 or 54.78% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 126 - color contains mainly: green. Hex color #357E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E33 is #CA81CC. Grayscale: #5F5F5F. Windows color (decimal): -13271501 or 3374645. OLE color: 3374645.

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

Color convert

RGB 53 126 51 -
CMYK 0.58 0 0.60 0.51
HSL 118.4º 0.42% 0.35% -
HSV(B) 118.4º 0.6% 0.49% -
XYZ 9.53 15.92 5.7 -
YUV 95.62 102.82 97.6 -
System Red Green Blue C M Y K H S L
Decimal 53 126 51 0.58 0 0.60 0.51 118.4 0.42 0.35
Hex 35 7E 33 3A 0 3C 33 76 2A 23
Octal 65 176 63 72 0 74 63 166 52 43
Binary 110101 1111110 110011 111010 0 111100 110011 1110110 101010 100011

Color Harmonies of #357E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357E33

Black with #357E33

Text Example


Text Example

White with #357E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357E33; }

 p { color: rgb(53,126,51); }

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

background-color css

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

 a { background-color: rgb(53,126,51); }

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

border-color css

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

 span { border-color: rgb(53,126,51); }

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