Html Css Color HEX #348B36 Japanese Laurel

📋 copy color: '#348B36'

red 52 ◦ green 139 ◦ blue 54

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

Shades of Japanese Laurel #348B36

Tints of Japanese Laurel #348B36

RGB

 RED value IS 52 (20.7% from 255) = 21.22%

 GREEN value IS 139 (54.69% from 255) = 56.73%

 BLUE value IS 54 (21.48% from 255) = 22.04%

R = 21.22%
G = 56.73%
B = 22.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#348B36 (or 0x348B36) is known color: Japanese Laurel. HEX triplet: 34, 8B and 36. RGB value is (52,139,54). Sum of RGB (Red+Green+Blue) = 52+139+54=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #348B36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B36 is #CB74C9. Grayscale: #676767. Windows color (decimal): -13333706 or 3574580. OLE color: 3574580.

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

Color convert

RGB 52 139 54 -
CMYK 0.63 0 0.61 0.45
HSL 121.38º 0.46% 0.37% -
HSV(B) 121.38º 0.63% 0.55% -
XYZ 11.31 19.46 6.65 -
YUV 103.3 100.18 91.41 -
System Red Green Blue C M Y K H S L
Decimal 52 139 54 0.63 0 0.61 0.45 121.38 0.46 0.37
Hex 34 8B 36 3F 0 3D 2D 79 2E 25
Octal 64 213 66 77 0 75 55 171 56 45
Binary 110100 10001011 110110 111111 0 111101 101101 1111001 101110 100101

Color Harmonies of #348B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B36

Black with #348B36

Text Example


Text Example

White with #348B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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