Html Css Color HEX #368230 Japanese Laurel

📋 copy color: '#368230'

red 54 ◦ green 130 ◦ blue 48

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

Shades of Japanese Laurel #368230

Tints of Japanese Laurel #368230

RGB

 RED value IS 54 (21.48% from 255) = 23.28%

 GREEN value IS 130 (51.17% from 255) = 56.03%

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

R = 23.28%
G = 56.03%
B = 20.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#368230 (or 0x368230) is known color: Japanese Laurel. HEX triplet: 36, 82 and 30. RGB value is (54,130,48). Sum of RGB (Red+Green+Blue) = 54+130+48=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #368230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368230 is #C97DCF. Grayscale: #626262. Windows color (decimal): -13204944 or 3179062. OLE color: 3179062.

HSL color Cylindrical-coordinate representation of color #368230: hue angle of 115.61º 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 #368230 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 48 -
CMYK 0.58 0 0.63 0.49
HSL 115.61º 0.46% 0.35% -
HSV(B) 115.61º 0.63% 0.51% -
XYZ 10.04 16.96 5.54 -
YUV 97.93 99.82 96.67 -
System Red Green Blue C M Y K H S L
Decimal 54 130 48 0.58 0 0.63 0.49 115.61 0.46 0.35
Hex 36 82 30 3A 0 3F 31 74 2E 23
Octal 66 202 60 72 0 77 61 164 56 43
Binary 110110 10000010 110000 111010 0 111111 110001 1110100 101110 100011

Color Harmonies of #368230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368230

Black with #368230

Text Example


Text Example

White with #368230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368230; }

 p { color: rgb(54,130,48); }

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

background-color css

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

 a { background-color: rgb(54,130,48); }

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

border-color css

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

 span { border-color: rgb(54,130,48); }

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