Html Css Color HEX #357734 Japanese Laurel

📋 copy color: '#357734'

red 53 ◦ green 119 ◦ blue 52

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

Shades of Japanese Laurel #357734

Tints of Japanese Laurel #357734

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.13%

 BLUE value IS 52 (20.7% from 255) = 23.21%

R = 23.66%
G = 53.13%
B = 23.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#357734 (or 0x357734) is known color: Japanese Laurel. HEX triplet: 35, 77 and 34. RGB value is (53,119,52). Sum of RGB (Red+Green+Blue) = 53+119+52=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #357734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357734 is #CA88CB. Grayscale: #5B5B5B. Windows color (decimal): -13273292 or 3438389. OLE color: 3438389.

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

Color convert

RGB 53 119 52 -
CMYK 0.55 0 0.56 0.53
HSL 119.1º 0.39% 0.34% -
HSV(B) 119.1º 0.56% 0.47% -
XYZ 8.68 14.2 5.53 -
YUV 91.63 105.63 100.45 -
System Red Green Blue C M Y K H S L
Decimal 53 119 52 0.55 0 0.56 0.53 119.1 0.39 0.34
Hex 35 77 34 37 0 38 35 77 27 22
Octal 65 167 64 67 0 70 65 167 47 42
Binary 110101 1110111 110100 110111 0 111000 110101 1110111 100111 100010

Color Harmonies of #357734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357734

Black with #357734

Text Example


Text Example

White with #357734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357734; }

 p { color: rgb(53,119,52); }

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

background-color css

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

 a { background-color: rgb(53,119,52); }

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

border-color css

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

 span { border-color: rgb(53,119,52); }

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