Html Css Color HEX #358130 Japanese Laurel

📋 copy color: '#358130'

red 53 ◦ green 129 ◦ blue 48

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

Shades of Japanese Laurel #358130

Tints of Japanese Laurel #358130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.09%

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

R = 23.04%
G = 56.09%
B = 20.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#358130 (or 0x358130) is known color: Japanese Laurel. HEX triplet: 35, 81 and 30. RGB value is (53,129,48). Sum of RGB (Red+Green+Blue) = 53+129+48=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #358130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358130 is #CA7ECF. Grayscale: #616161. Windows color (decimal): -13270736 or 3178805. OLE color: 3178805.

HSL color Cylindrical-coordinate representation of color #358130: hue angle of 116.3º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358130 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 129 48 -
CMYK 0.59 0 0.63 0.49
HSL 116.3º 0.46% 0.35% -
HSV(B) 116.3º 0.63% 0.51% -
XYZ 9.85 16.67 5.49 -
YUV 97.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 53 129 48 0.59 0 0.63 0.49 116.3 0.46 0.35
Hex 35 81 30 3B 0 3F 31 74 2E 23
Octal 65 201 60 73 0 77 61 164 56 43
Binary 110101 10000001 110000 111011 0 111111 110001 1110100 101110 100011

Color Harmonies of #358130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358130

Black with #358130

Text Example


Text Example

White with #358130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358130; }

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

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

background-color css

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

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

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

border-color css

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

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

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