Html Css Color HEX #357B32 Japanese Laurel

📋 copy color: '#357B32'

red 53 ◦ green 123 ◦ blue 50

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

Shades of Japanese Laurel #357B32

Tints of Japanese Laurel #357B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 54.42%

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 23.45%
G = 54.42%
B = 22.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#357B32 (or 0x357B32) is known color: Japanese Laurel. HEX triplet: 35, 7B and 32. RGB value is (53,123,50). Sum of RGB (Red+Green+Blue) = 53+123+50=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #357B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357B32 is #CA84CD. Grayscale: #5D5D5D. Windows color (decimal): -13272270 or 3308341. OLE color: 3308341.

HSL color Cylindrical-coordinate representation of color #357B32: hue angle of 117.53º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357B32 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 123 50 -
CMYK 0.57 0 0.59 0.52
HSL 117.53º 0.42% 0.34% -
HSV(B) 117.53º 0.59% 0.48% -
XYZ 9.13 15.15 5.46 -
YUV 93.75 103.31 98.94 -
System Red Green Blue C M Y K H S L
Decimal 53 123 50 0.57 0 0.59 0.52 117.53 0.42 0.34
Hex 35 7B 32 39 0 3B 34 76 2A 22
Octal 65 173 62 71 0 73 64 166 52 42
Binary 110101 1111011 110010 111001 0 111011 110100 1110110 101010 100010

Color Harmonies of #357B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B32

Black with #357B32

Text Example


Text Example

White with #357B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,123,50); }

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

background-color css

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

 a { background-color: rgb(53,123,50); }

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

border-color css

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

 span { border-color: rgb(53,123,50); }

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