Html Css Color HEX #356B30 Japanese Laurel

📋 copy color: '#356B30'

red 53 ◦ green 107 ◦ blue 48

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

Shades of Japanese Laurel #356B30

Tints of Japanese Laurel #356B30

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.44%

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

R = 25.48%
G = 51.44%
B = 23.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#356B30 (or 0x356B30) is known color: Japanese Laurel. HEX triplet: 35, 6B and 30. RGB value is (53,107,48). Sum of RGB (Red+Green+Blue) = 53+107+48=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #356B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B30 is #CA94CF. Grayscale: #545454. Windows color (decimal): -13276368 or 3173173. OLE color: 3173173.

HSL color Cylindrical-coordinate representation of color #356B30: hue angle of 114.92º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356B30 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 48 -
CMYK 0.50 0 0.55 0.58
HSL 114.92º 0.38% 0.3% -
HSV(B) 114.92º 0.55% 0.42% -
XYZ 7.26 11.49 4.63 -
YUV 84.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 53 107 48 0.50 0 0.55 0.58 114.92 0.38 0.3
Hex 35 6B 30 32 0 37 3A 73 26 1E
Octal 65 153 60 62 0 67 72 163 46 36
Binary 110101 1101011 110000 110010 0 110111 111010 1110011 100110 11110

Color Harmonies of #356B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B30

Black with #356B30

Text Example


Text Example

White with #356B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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