Html Css Color HEX #357133 Japanese Laurel

📋 copy color: '#357133'

red 53 ◦ green 113 ◦ blue 51

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

Shades of Japanese Laurel #357133

Tints of Japanese Laurel #357133

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.07%

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

R = 24.42%
G = 52.07%
B = 23.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#357133 (or 0x357133) is known color: Japanese Laurel. HEX triplet: 35, 71 and 33. RGB value is (53,113,51). Sum of RGB (Red+Green+Blue) = 53+113+51=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #357133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357133 is #CA8ECC. Grayscale: #585858. Windows color (decimal): -13274829 or 3371317. OLE color: 3371317.

HSL color Cylindrical-coordinate representation of color #357133: hue angle of 118.06º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357133 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 51 -
CMYK 0.53 0 0.55 0.56
HSL 118.06º 0.38% 0.32% -
HSV(B) 118.06º 0.55% 0.44% -
XYZ 7.97 12.81 5.18 -
YUV 87.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 53 113 51 0.53 0 0.55 0.56 118.06 0.38 0.32
Hex 35 71 33 35 0 37 38 76 26 20
Octal 65 161 63 65 0 67 70 166 46 40
Binary 110101 1110001 110011 110101 0 110111 111000 1110110 100110 100000

Color Harmonies of #357133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357133

Black with #357133

Text Example


Text Example

White with #357133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357133; }

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

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

background-color css

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

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

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

border-color css

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

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

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