Html Css Color HEX #348B3C Japanese Laurel

📋 copy color: '#348B3C'

red 52 ◦ green 139 ◦ blue 60

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

Shades of Japanese Laurel #348B3C

Tints of Japanese Laurel #348B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 20.72%
G = 55.38%
B = 23.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#348B3C (or 0x348B3C) is known color: Japanese Laurel. HEX triplet: 34, 8B and 3C. RGB value is (52,139,60). Sum of RGB (Red+Green+Blue) = 52+139+60=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #348B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B3C is #CB74C3. Grayscale: #686868. Windows color (decimal): -13333700 or 3967796. OLE color: 3967796.

HSL color Cylindrical-coordinate representation of color #348B3C: hue angle of 125.52º 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 #348B3C is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 139 60 -
CMYK 0.63 0 0.57 0.45
HSL 125.52º 0.46% 0.37% -
HSV(B) 125.52º 0.63% 0.55% -
XYZ 11.46 19.52 7.44 -
YUV 103.98 103.18 90.92 -
System Red Green Blue C M Y K H S L
Decimal 52 139 60 0.63 0 0.57 0.45 125.52 0.46 0.37
Hex 34 8B 3C 3F 0 39 2D 7E 2E 25
Octal 64 213 74 77 0 71 55 176 56 45
Binary 110100 10001011 111100 111111 0 111001 101101 1111110 101110 100101

Color Harmonies of #348B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B3C

Black with #348B3C

Text Example


Text Example

White with #348B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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