Html Css Color HEX #358730 Japanese Laurel

📋 copy color: '#358730'

red 53 ◦ green 135 ◦ blue 48

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

Shades of Japanese Laurel #358730

Tints of Japanese Laurel #358730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.2%

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 22.46%
G = 57.2%
B = 20.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#358730 (or 0x358730) is known color: Japanese Laurel. HEX triplet: 35, 87 and 30. RGB value is (53,135,48). Sum of RGB (Red+Green+Blue) = 53+135+48=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #358730 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358730 is #CA78CF. Grayscale: #646464. Windows color (decimal): -13269200 or 3180341. OLE color: 3180341.

HSL color Cylindrical-coordinate representation of color #358730: hue angle of 116.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358730 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 135 48 -
CMYK 0.61 0 0.64 0.47
HSL 116.55º 0.48% 0.36% -
HSV(B) 116.55º 0.64% 0.53% -
XYZ 10.67 18.3 5.77 -
YUV 100.56 98.33 94.07 -
System Red Green Blue C M Y K H S L
Decimal 53 135 48 0.61 0 0.64 0.47 116.55 0.48 0.36
Hex 35 87 30 3D 0 40 2F 75 30 24
Octal 65 207 60 75 0 100 57 165 60 44
Binary 110101 10000111 110000 111101 0 1000000 101111 1110101 110000 100100

Color Harmonies of #358730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358730

Black with #358730

Text Example


Text Example

White with #358730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358730; }

 p { color: rgb(53,135,48); }

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

background-color css

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

 a { background-color: rgb(53,135,48); }

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

border-color css

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

 span { border-color: rgb(53,135,48); }

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