Html Css Color HEX #368341 Japanese Laurel

📋 copy color: '#368341'

red 54 ◦ green 131 ◦ blue 65

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

Shades of Japanese Laurel #368341

Tints of Japanese Laurel #368341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 65 (25.78% from 255) = 26%

R = 21.6%
G = 52.4%
B = 26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#368341 (or 0x368341) is known color: Japanese Laurel. HEX triplet: 36, 83 and 41. RGB value is (54,131,65). Sum of RGB (Red+Green+Blue) = 54+131+65=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #368341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368341 is #C97CBE. Grayscale: #646464. Windows color (decimal): -13204671 or 4293430. OLE color: 4293430.

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

Color convert

RGB 54 131 65 -
CMYK 0.59 0 0.50 0.49
HSL 128.57º 0.42% 0.36% -
HSV(B) 128.57º 0.59% 0.51% -
XYZ 10.59 17.4 7.8 -
YUV 100.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 54 131 65 0.59 0 0.50 0.49 128.57 0.42 0.36
Hex 36 83 41 3B 0 32 31 81 2A 24
Octal 66 203 101 73 0 62 61 201 52 44
Binary 110110 10000011 1000001 111011 0 110010 110001 10000001 101010 100100

Color Harmonies of #368341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368341

Black with #368341

Text Example


Text Example

White with #368341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368341; }

 p { color: rgb(54,131,65); }

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

background-color css

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

 a { background-color: rgb(54,131,65); }

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

border-color css

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

 span { border-color: rgb(54,131,65); }

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