Html Css Color HEX #368934 Japanese Laurel

📋 copy color: '#368934'

red 54 ◦ green 137 ◦ blue 52

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

Shades of Japanese Laurel #368934

Tints of Japanese Laurel #368934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.38%

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 22.22%
G = 56.38%
B = 21.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#368934 (or 0x368934) is known color: Japanese Laurel. HEX triplet: 36, 89 and 34. RGB value is (54,137,52). Sum of RGB (Red+Green+Blue) = 54+137+52=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #368934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368934 is #C976CB. Grayscale: #666666. Windows color (decimal): -13203148 or 3442998. OLE color: 3442998.

HSL color Cylindrical-coordinate representation of color #368934: hue angle of 118.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368934 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 137 52 -
CMYK 0.61 0 0.62 0.46
HSL 118.59º 0.45% 0.37% -
HSV(B) 118.59º 0.62% 0.54% -
XYZ 11.09 18.92 6.32 -
YUV 102.49 99.5 93.41 -
System Red Green Blue C M Y K H S L
Decimal 54 137 52 0.61 0 0.62 0.46 118.59 0.45 0.37
Hex 36 89 34 3D 0 3E 2E 77 2D 25
Octal 66 211 64 75 0 76 56 167 55 45
Binary 110110 10001001 110100 111101 0 111110 101110 1110111 101101 100101

Color Harmonies of #368934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368934

Black with #368934

Text Example


Text Example

White with #368934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368934; }

 p { color: rgb(54,137,52); }

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

background-color css

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

 a { background-color: rgb(54,137,52); }

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

border-color css

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

 span { border-color: rgb(54,137,52); }

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